Click or drag to resize
CombinedMeshesEntityAddModel Method
Add a model to the combined mesh.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddModel(
	Model model,
	Matrix transform,
	MaterialAPI material = null
)

Parameters

model
Type: Model
Model to add.
transform
Type: Matrix
World transformations.
material (Optional)
Type: GeonBit.Core.Graphics.MaterialsMaterialAPI
Optional material to use instead of the model default materials.
See Also