Click or drag to resize
DigitalRuneTriangleMeshAdd Method
Adds triangles to the triangle mesh.
Overload List
  NameDescription
Public methodAdd(ITriangleMesh)
Adds the triangles of the specified mesh (without vertex welding).
Public methodAdd(Triangle)
Adds the triangle (without vertex welding).
Public methodAdd(ITriangleMesh, Boolean)
Adds the triangles of the specified mesh.
Public methodAdd(Triangle, Boolean)
Adds the triangle.
Public methodAdd(Triangle, Boolean, Single, Boolean)
Adds the triangle.
Top
See Also