Beispiel #1
0
 public ShapeData(int numVert, int numIndices)
 {
     m_verticesArray = new VertexPositionColor[numVert];
     m_indexArray    = new short[numIndices];
 }
Beispiel #2
0
		public ShapeData(int numVert, int numIndices)
		{
			m_verticesArray = new VertexPositionColor[numVert];
			m_indexArray = new short[numIndices];

		}