Exports a SceneModel to an ArrayBuffer containing XGF file data.
See xgf for usage.
The SceneModel to export to XGF.
Optional
The XGF format version to write. Must be one of the values in SAVED_XGF_VERSIONS. Defaults to the value of DEFAULT_SAVED_XGF_VERSION.
The XGF file data in an ArrayBuffer.
TODO
Exports a SceneModel to an ArrayBuffer containing XGF file data.
See xgf for usage.