SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ DrawOrthographicMesh()

static bool SRL::Scene3D::DrawOrthographicMesh ( Types::Mesh & mesh,
uint16_t attribute )
inlinestatic

Draw SRL::Types::Mesh with orthographic projection.

Note
Light source calculations and clipping cannot be performed with this function.
Parameters
meshSRL::Types::Mesh to draw
attributeIndicates an attribute in the SRL::Types::Mesh that will be shared by all polygons.
If set to 0, each polygon is displayed using the data at the beginning of the attribute table, otherwise specified attribute data will be displayed.
Returns
True On success