Ejemplo n.º 1
0
 public static Mesh Simplify(Mesh mesh, int[] adjacency, AttributeWeights vertexAttributeWeights, float[] vertexWeights, int minValue, MeshFlags options)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public static Mesh Simplify(Mesh mesh, GraphicsStream adjacency, AttributeWeights vertexAttributeWeights, GraphicsStream vertexWeights, int minValue, MeshFlags options)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public unsafe ProgressiveMesh(Mesh mesh, GraphicsStream adjacency, AttributeWeights vertexAttributeWeights, GraphicsStream vertexWeights, int minValue, MeshFlags options) : base(null)
 {
     throw new NotImplementedException();
 }