Simple3DRendererAddTriangles(IListVector3, IListInt32, Boolean, Boolean) Method |
Renders a vertex/index buffer.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract void AddTriangles(
IList<Vector3> vertices,
IList<int> indices,
bool wireframe,
bool culling
)
Parameters
- vertices IListVector3
- The vertices.
- indices IListInt32
- The indices.
- wireframe Boolean
- The wireframe mode flag.
- culling Boolean
- The culling flag.
See Also