Ejemplo n.º 1
0
 public MeshTag(Model3DGroup mesh, IGeometryPermutation permutation)
 {
     Mesh        = mesh;
     Permutation = permutation;
 }
Ejemplo n.º 2
0
 public MaskedPermutation(int sourceIndex, IGeometryPermutation sourcePermutation)
 {
     SourceIndex       = sourceIndex;
     SourcePermutation = sourcePermutation;
 }