示例#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);