Exemple #1
0
 public void BeginTriangle(Vector3 normal)
 {
     m_triangleData = TriangleData.Create(normal);
 }