コード例 #1
0
ファイル: AbcAPI.cs プロジェクト: superowner/AlembicImporter
 [DllImport("abci")] public static extern Bool       aiPolyMeshGetNextSubmesh(aiSample sample, ref aiSubmeshSummary smi);
コード例 #2
0
ファイル: AbcAPI.cs プロジェクト: superowner/AlembicImporter
 [DllImport("abci")] public static extern void       aiPolyMeshFillSubmeshIndices(aiSample sample, ref aiSubmeshSummary smi, ref aiSubmeshData data);
コード例 #3
0
 [DllImport("AlembicImporter")] public static extern bool       aiPolyMeshGetNextSubmesh(aiSample sample, ref aiSubmeshSummary smi);