Public Methods
LoadWithStringUri |
For convenience. Loads a COLLADA (DAE) or AGI MDL (MDL) model using a file path. |
LoadWithStringUriAndUpAxis |
For convenience. Loads a COLLADA (DAE) or AGI MDL (MDL) model using a file path. |
SetPositionCartographic |
For convenience. Sets the Cartographic position of the model. Longitude and latitude are in radians, and altitude is in meters. This also sets Position. |
Public Properties
Articulations |
Gets the model's articulations. Articulations identify geometry and contain transformations for manipulating that geometry. |
Orientation |
Gets or sets the model's orientation. The quaternion is a rotation from the model's local axes to the axes of the model's Reference Frame. |
Position |
Gets or sets the position of the model. The position is defined in the model's Reference Frame. The array contains the components of the position in the order x, y, z. |
Scale |
Gets or sets the linear scale used to increase or decrease the size of the rendered model. |
UriAsString |
Gets the URI of the file used to load the file. |