Esempio n. 1
0
 public static extern unsafe IntPtr MagicaExtractFaces(IntPtr model, ref PointQuadList opaqueFaces, ref PointQuadList transparentFaces);
Esempio n. 2
0
 public static extern unsafe void ExtractFaces(IntPtr colors, Vec3i size, ref PointQuadList opaqueFaces, ref PointQuadList transparentFaces);