File Types - openantz/antz GitHub Wiki

Our Scene Graph is composed of a set of tables that can be saved or loaded using the CSV format. External media (texture images, 3D models, etc.) filepaths are referenced by the tables.

  • The Native Tables use the standard CSV format (or a MySQL DB) with default location '../usr/csv'.
  • 3D Models are loaded using the ASSIMP library which supports a wide variety of formats. The default location to load models is the apps '..usr/global/models' folder.
  • Texture Map Images are loaded using the FreeImage library which also supports a lot of formats, including RGBA transparency (ie: TIFF).