Beispiel #1
0
 [DllImport("FFD")] public static extern void ffdLatticeSetup(ref ffdLatticeData lattice, ref ffdLatticeWeightsData weights, IntPtr points);
Beispiel #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);
Beispiel #3
0
 [DllImport("FFD")] public static extern void ffdLatticeReset(ref ffdLatticeData lattice);