コード例 #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);