Skip to content

Exports a 3D model/scene to a Lua-file with scene-information, and a file with ready-to-load binary data.

Notifications You must be signed in to change notification settings

cforfang/scene-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exports a 3D model/scene using Assimp. Produces a Lua-parsable file with mesh and material information and a binary file with vertex- and index-data ready to be loaded directly into VBO/IBO buffers.

It is written assuming a compiler with support for C++11.

Example usage:

  1. git submodule init
  2. git submodule update
  3. use CMake to generate build files
  4. compile
  5. download e.g. Crytek Sponza .obj and .mtl
  6. run "SceneExporter sponza.obj" to get scene.lua and meshdata.bin

About

Exports a 3D model/scene to a Lua-file with scene-information, and a file with ready-to-load binary data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages