Introducing RealityServer

Supported File Formats for Exporting Scene Data

This section describes the following:

  • The built-in exporters and exporter plugins shipped with RealityServer for exporting scene data
  • Writing your own exporter for scene data
  • The runtime commands for exporting scene data

Built-in Exporters

Scene data: RealityServer provides built-in support for exporting scene data in the following file formats:

  • mental images (.mi)
  • mental images binary (.mib)
    Note: This binary storage format is optimized for fast reading and needs less disk space than a typical .mi file. Any supported import file type can be exported to the .mib file format.
  • COLLADA (.dae)

Writing an Exporter Plugin

If you need to write your own exporter plugin, use the IExporter interface in the neuray API.

Exporting Scene Data at Runtime

To export scene data at runtime, use the export_scene_elements command.