Пример #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);