/project/max5_modifier/max5_modifier_deformer.cpp
http://narutortsproject.googlecode.com/ · C++ · 19 lines · 14 code · 5 blank · 0 comment · 0 complexity · 8bc643fc737624f34f70acb5f49f4830 MD5 · raw file
- #include "max5_modifier_deformer.h"
-
- NarutoDeformer::NarutoDeformer()
- {
-
- }
-
- NarutoDeformer::NarutoDeformer( TimeValue t, ModContext &mc, float stretch,
- float amplify, int naxis, float from,
- float to, int doRegion, Matrix3& modmat,
- Matrix3& modinv)
- {
-
- };
-
- Point3 NarutoDeformer::Map(int i, Point3 p)
- {
- return p;
- };