Skip to content

WangSnowchen/GafferExamples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaffer Code Examples

Deformer Example

This is a simple C++ node which deforms a high resolution mesh using a lower resolution cage.

Build Instructions

Requires:

  • cmake
  • Gaffer Install

In a terminal:

Note this will add files to your existing gaffer installation, so either backup your gaffer install or be prepared to reinstall if there are problems.

cd DeformerExample
mkdir .build
cd .build
cmake  -DGAFFER_ROOT=<gaffer install path> -DCMAKE_INSTALL_PREFIX=<gaffer install path> ..
make install -j <num cores>

About

Gaffer Examples and How Tos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 66.4%
  • CMake 17.8%
  • Python 15.8%