示例#1
0
 // currently tex must be RInt
 [DllImport("AlembicImporter")] public static extern bool        aiPointsCopyIDsToTexture(ref aiPointsData data, IntPtr tex, int width, int height, aiTextureFormat fmt);
示例#2
0
 [DllImport("AlembicImporter")] public static extern void        aiPointsCopyData(aiSample sample, ref aiPointsData data);