Module raw

Module raw 

Source
Expand description

Raw mesh data export for custom rendering.

Structs§

RawMeshData
Raw mesh data for custom use.

Functions§

export_raw
Export mesh as raw data. Note: This combines opaque and transparent meshes. For separate handling, access output.opaque_mesh and output.transparent_mesh directly.