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.2.419.0 (24.2.419.0)
Syntax public void Load(
string uri
)
Public Sub Load (
uri As String
)
public:
void Load(
String^ uri
)
member Load :
uri : string -> unit
Parameters
- uri
- Type: SystemString
The path to the model file.
Remarks See Also