Пример #1
0
 [DllImport("FFD")] public static extern void ffdLatticeSetup(ref ffdLatticeData lattice, ref ffdLatticeWeightsData weights, IntPtr points);
Пример #2
0
 [DllImport("FFD")] public static extern void ffdLatticeApplyDeform(ref ffdLatticeData lattice, ref ffdLatticeWeightsData weights,
                                                                    IntPtr ipoints, IntPtr inormals, IntPtr itangents,
                                                                    IntPtr opoints, IntPtr onormals, IntPtr otangents);
Пример #3
0
 [DllImport("FFD")] public static extern void ffdLatticeReset(ref ffdLatticeData lattice);