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