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