Exporter Options
Mesh Options
The Mesh section controls geometry-specific export behavior, including tangents, gaussian splats, and round-trip metadata.
Export Tangents
- Disabled by default
- Writes the
TANGENTattribute to the output file - Enable this when your target runtime depends on authored tangent-space data
- Leave disabled when the target runtime can generate tangents and you want smaller files
Gaussian Splats
- Disabled by default
- Exports
gaussianSplatShapenodes asKHR_gaussian_splattingpoint primitives - Requires the external
gaussianSplatplug-in and export bridge to already be available in Maya - If the bridge is unavailable, splat shapes are skipped with a warning
Export Quad Topology
- Disabled by default
- Stores Maya-oriented quad or n-gon topology metadata for later re-import into Maya
- Intended for round-trip workflows
- Increases file size and should usually stay off for web/runtime delivery builds