Skip to content
/ phongdefo Public
forked from rituals/phongdefo

Houdini SOP implementing phong deformation

Notifications You must be signed in to change notification settings

nyue/phongdefo

 
 

Repository files navigation

phongdefo

1. About

This is a C++ Houdini SOP implementing phong deformation.

screenshot

The method is useful when deforming high detail geometry embedded in a tetrahedral mesh. Gives noticeably smoother deformation compared to basic linear deformation, and also compares favorably to houdini's builtin point deform node, which can require tweaking radius/samples to achieve smoothness while being more prone to pushing interior geometry outside the deformed tetrahedral mesh.

2. Installation

git clone https://github.com/rituals/phongdefo.git
cd phongdefo/src
make install

source the Houdini environment in your shell beforehand. The SOP depends on two header-only libraries, eigen for linear algebra operations and nanoflann for its kdtree implementation. This has only been tested on a 64-bit linux machine, running the free version of houdini v19.5. Tinkering is probably needed for compiling and installing on different systems.

3. Dependencies

On Windows nanoflann eigen

About

Houdini SOP implementing phong deformation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • Python 4.1%
  • CMake 2.9%
  • Makefile 0.8%