예제 #1
0
파일: FFDAPI.cs 프로젝트: PcloD/FFD
 [DllImport("FFD")] public static extern void ffdLatticeSetup(ref ffdLatticeData lattice, ref ffdLatticeWeightsData weights, IntPtr points);
예제 #2
0
파일: FFDAPI.cs 프로젝트: PcloD/FFD
 [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
파일: FFDAPI.cs 프로젝트: PcloD/FFD
 [DllImport("FFD")] public static extern void ffdLatticeReset(ref ffdLatticeData lattice);