Simple3DRendererAddTriangles(IListVector3F, Matrix4, Boolean, Boolean) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract void AddTriangles(
IList<Vector3F> vertices,
ref Matrix4 transform,
bool wireframe,
bool culling
)
Parameters
- vertices IListVector3F
-
- transform Matrix4
-
- wireframe Boolean
-
- culling Boolean
-
See Also