예제 #1
0
 private VertexPositionNormalTexture GetVertex(BlockSide side, int vertex, Vector3 offset, SideTile part, Material material)
 {
     return(new VertexPositionNormalTexture(side.Vertices[vertex] + offset, side.Normal, material.TransformUV(side.UV[vertex])));
 }