Code Monkey home page Code Monkey logo

gmorph's Introduction

gmorph

gmorph is a research code for 3D morphing between two meshes with arbitrary connectivities, including an implementation of the following papers:

  • Takashi Kanai, Hiromasa Suzuki, Fumihiko Kimura: "Metamorphosis of Arbitrary Triangular Meshes," IEEE Computer Graphics and Applications, Vol.20, No.2, pp.62-75, March/April 2000.

This software was originally developed in 1997-1998 and was renovated in 2016 to build successfully with Visual Studio 2015 (VS2015).

Getting Started

This software is provided exclusively for Windows.

  1. Double-click on src\OpenGL.sln (A solution file for VS2015) or src\gmorph-vs2019.sln (for VS2019), then "build the solution". Upon successful completion, you can find the executable in src\Release\gmorph.exe or src\x64\Release\gmorph-vs2019.exe (64-bit binary).

  2. In the data.v2.0 folder, all examples used in the paper are included. You can check the 3D morphing animation as follows:

    • Copy the execution file gmorph.exe (or gmorph-vs2019.exe) to a folder including a .gmh file.
    • Execute gmorph.exe (or gmorph-vs2019.exe).
    • "File" -> "Open" -> "GMH file" to load a .gmh file.
    • "Morph" -> "Create PPD" to create an interpolation mesh.
    • "Display" -> "Interp. Mesh"
    • "Morph" -> "Start Morph," then you can see the 3D morphing animation.

Prerequisites

This software uses MFC (Microsoft Foundation Class). To build this software, VS2015/VS2017 Professional or higher versions are required for Windows applications.

This software also requires the Eigen library. When you execute git clone with the --recursive option, you will also get the Eigen library as a submodule in external/eigen:

git clone [email protected]:kanait/gmorph.git --recursive

Authors

License

This software, excluding Eigen, is licensed under the MIT License - see the LICENSE file for details. You also have to adhere to Eigen's license.

gmorph's People

Contributors

kanait avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.