MeshModelCreateFromTriangles Method |
| Name | Description | |
|---|---|---|
| CreateFromTriangles(PointFloat3D, Int32, PointFloat3D) |
Create a mesh model from positions and colors. Positions must be triplets of triangle points and each color in input is color of each triangle.
| |
| CreateFromTriangles(PointFloat3D, Color, PointFloat3D) |
Create a mesh model from positions and colors. Positions must be triplets of triangle points and each color in input is color of each triangle.
|