IndexStreamTriangle.AddTriangles
Description:
Inserts multiple instances into the stream and associated buffer.
Inserts multiple instances into the stream and associated buffer.
public void AddTriangles(
IList<IndexTriangle> triangles
)
-
IList<IndexTriangle>trianglesThe triangles to be inserted.
-
A non-optional argument was null
-
Thrown if the associated buffer is not mapped. -or- Thrown if the associated buffer has insufficient space.