pub const GPU_LOAD_OPTIONS: LoadOptions;Expand description
Typical LoadOptions for using meshes in a GPU/relatime context.
Faces are triangulated, a single index is generated and degenerate faces (points & lines) are discarded.
pub const GPU_LOAD_OPTIONS: LoadOptions;Typical LoadOptions for using meshes in a GPU/relatime context.
Faces are triangulated, a single index is generated and degenerate faces (points & lines) are discarded.