betajaen / gfx

:black_square_button: Light wrapper around BGFX
MIT License
6 stars 1 forks source link

Mesh Loading/Saving addon #2

Open betajaen opened 8 years ago

betajaen commented 8 years ago

A binary file format that can be directly read into bgfx. I would also like to serialise the vertex declaration as part of the file.

betajaen commented 8 years ago

I've written a basic importer/exporter based around this (see fe83d8f). My next step of action is writing up the format description in the wiki, and an exporter plugin for Cinema4D (my choice of a 3D modeller).