Tagged Questions
4
votes
1answer
527 views
Ogre3D : seeking advices about game files management
I'm working on a new game, and its related level editor, based on Ogre3D.
I was thinking about how i could manage the game files, knowing that Ogre use .mesh files for models, .material for ...
4
votes
2answers
971 views
Writing a custom model file format
I am using Ogre for my rendering engine, and I planned on just using the .mesh format that is setup by default with Ogre. However, I recently purchased a large number of 3d assets from a company, only ...