draw Model
Draws a 3D model on the canvas.
Parameters
The model to draw.
The X coordinate of the model position.
The Y Coordinate of the model position.
The Z coordinate of the model position.
The scale of the model.
The tint color to apply to the model.
Draws a 3D model on the canvas.
Parameters
The model to draw.
The position of the model as a Triple of X, Y, Z coordinates.
The scale of the model.
The tint color to apply to the model.
Draws a 3D model on the canvas with extended parameters.
Parameters
The model to draw.
The X coordinate of the model position.
The Y coordinate of the model position.
The Z coordinate of the model position.
The X axis position where to rotate
The Y axis position where to rotate
The Z axis position where to rotate
The rotational angle along the specified axis in degrees
The scale of the model along the X axis.
The scale of the model along the Y axis.
The scale of the model along the Z axis.
The tint color to apply to the model.
Draws a 3D model on the canvas with extended parameters.
Parameters
The model to draw.
The X coordinate of the model position.
The Y coordinate of the model position.
The Z coordinate of the model position.
The X axis position where to rotate
The Y axis position where to rotate
The Z axis position where to rotate
The rotational angle along the specified axis in degrees
The scale of the model.
The tint color to apply to the model.
Draws a 3D model on the canvas with extended parameters.
Parameters
The model to draw.
The position of the model as a Triple of X, Y, Z coordinates.
The rotation of the model as a Triple of X, Y, Z axis positions.
The rotational angle along the specified axis in degrees
The scale of the model along the X axis.
The scale of the model along the Y axis.
The scale of the model along the Z axis.
The tint color to apply to the model.
Draws a 3D model on the canvas with extended parameters.
Parameters
The model to draw.
The position of the model as a Triple of X, Y, Z coordinates.
The rotation of the model as a Triple of X, Y, Z axis positions.
The rotational angle along the specified axis in degrees
The scale of the model as a Triple of X, Y, Z scales.
The tint color to apply to the model.