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