pub const OFFLINE_RENDERING_LOAD_OPTIONS: LoadOptions;
Expand description

Typical LoadOptions for using meshes with an offline rendeder.

Faces are kept as they are (e.g. n-gons) and normal and texture coordinate data is reordered so only a single index is needed. Topology remains unchanged except for degenerate faces (points & lines) which are discarded.