Click or drag to resize

Simple3DRendererAddMesh Method (MeshCompiledData, Matrix4, Boolean, Boolean)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public abstract void AddMesh(
	MeshCompiledData meshData,
	ref Matrix4 transform,
	bool wireframe,
	bool culling
)

Parameters

meshData
Type: NeoAxisMeshCompiledData
transform
Type: NeoAxisMatrix4
wireframe
Type: SystemBoolean
culling
Type: SystemBoolean
See Also