Click or drag to resize
AB4D logo

MeshObjectNode(MeshBase, Material, String) Constructor

Initializes a new instance of the MeshObjectNode class.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public MeshObjectNode(
	MeshBase meshBase,
	Material material,
	string name = null
)

Parameters

meshBase  MeshBase
MeshBase object that defines the 3D object geometry
material  Material
material used by this ObjectNode
name  String  (Optional)
optional name of the SceneNode
See Also