Click or drag to resize

ModelPrimitiveLoad Method (String)

For convenience. Loads a glTF 2.0 (.gltf, .glb), COLLADA (DAE) or AGI MDL (MDL) model using a file path.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Load(
	string uri
)

Parameters

uri
Type: SystemString
The path to the model file.
Remarks
See Load(Uri) for a full discussion.
See Also