コード例 #1
0
 protected void AddVertex(Vector3 position, Vector3 normal)
 {
     vertices[currentVertexCount++] = new VertexPositionNormal(position, normal);
 }
コード例 #2
0
 protected void AddVertex(Vector3 position, Vector3 normal)
 {
     vertices[currentVertexCount++] = new VertexPositionNormal(position, normal);
 }