예제 #1
0
 [DllImport("abci")] public static extern void       aiCameraGetData(aiSample sample, ref aiCameraData data);
예제 #2
0
 [DllImport("abci")] public static extern void       aiPointsCopyData(aiSample sample, ref aiPointsData data);
예제 #3
0
 [DllImport("abci")] public static extern Bool       aiPolyMeshGetNextSubmesh(aiSample sample, ref aiSubmeshSummary smi);
예제 #4
0
 [DllImport("abci")] public static extern void       aiPolyMeshFillSubmeshIndices(aiSample sample, ref aiSubmeshSummary smi, ref aiSubmeshData data);
예제 #5
0
 [DllImport("abci")] public static extern int        aiPolyMeshPrepareSubmeshes(aiSample sample, ref aiFacesets facesets);
예제 #6
0
 [DllImport("abci")] public static extern int        aiPolyMeshGetSplitSubmeshCount(aiSample sample, int splitIndex);
예제 #7
0
 [DllImport("abci")] public static extern int        aiPolyMeshGetVertexBufferLength(aiSample sample, int splitIndex);
예제 #8
0
 [DllImport("abci")] public static extern void       aiPolyMeshFillVertexBuffer(aiSample sample, int splitIndex, ref aiPolyMeshData data);
예제 #9
0
 [DllImport("abci")] public static extern void       aiPolyMeshGetSampleSummary(aiSample sample, ref aiMeshSampleSummary summary, Bool forceRefresh);
예제 #10
0
 [DllImport("abci")] public static extern void       aiXFormGetData(aiSample sample, ref aiXFormData data);
예제 #11
0
 [DllImport("AlembicImporter")] public static extern bool       aiPolyMeshGetNextSubmesh(aiSample sample, ref aiSubmeshSummary smi);
예제 #12
0
 [DllImport("AlembicImporter")] public static extern void       aiPolyMeshGetSampleSummary(aiSample sample, ref aiMeshSampleSummary summary, bool forceRefresh);
예제 #13
0
 [DllImport("AlembicImporter")] public static extern bool       aiXFormGetData(aiSample sample, ref aiXFormData data);