Click or drag to resize

Simple3DRendererVertex Constructor

Initializes a new instance of the Simple3DRendererVertex class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vertex(
	Vector3F position,
	uint color,
	uint colorInvisibleBehindObjects
)

Parameters

position  Vector3F
 
color  UInt32
 
colorInvisibleBehindObjects  UInt32
 
See Also