Skip to content

nzhao95/FEPR-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NonRigidSimulation

  1. Implementation of the FEPR

https://www.cs.utah.edu/~ladislav/dinev18FEPR/dinev18FEPR.html

The FEPR functions are all in the Mesh.cpp file

  1. Build

Go to directory mkdir build cd build cmake .. cd .. cmake --build build

To run : ./FEPR

  1. Toggle FEPR

Go to the main.cpp file and comment the line in the update function + uncomment the other two.

  1. Mesh changes

If you change the mesh make sure to change the high to the ground (m_ground value in mesh.cpp and m_O which stand for origin which is the center of rotation)

About

Implementation of FEPR by Kavan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published