R/MRatCalcpowered by RiX

RiX walkthrough 18 c

Export Scene3D as glTF

Produce browser-safe glTF 2.0 JSON with an embedded geometry buffer.

Inspect an embedded glTF asset

The exporter converts RiX's right-handed Z-up coordinates to glTF's right-handed Y-up coordinates. Geometry is rounded to Float32 only at this export boundary.

Runnable RiX

The browser can generate and inspect the complete .gltf JSON because its binary buffer is embedded as a data URI. CLI scripts can write it with .Out("scene.gltf", scene).