chchwy / ogre-v2-mesh-viewer

An Ogre3D mesh viewer based on v2.1 branch which can import obj/gltf models
MIT License
24 stars 8 forks source link
3d-graphics converter gltf ogre ogre3d ogre3d-mesh-viewer wavefront-obj

Ogre3D mesh viewer/converter

A Ogre3D mesh viewer based on v2.1 which can import obj/gltf models.

Download Windows x64

screenshot

Features

How to compile

  1. Have Qt 5 SDK installed (recommend Qt 5.6+), download it here.
  2. Have a working Ogre3D 2.1 sdk.
  3. Set the path to Ogre sdk folder. You can either set an user-level OGREHOME environment variable, or set it directly in ogre-v2-mesh-viewer.pro line 9.
  4. Open ogre-v2-mesh-viewer.pro in QtCreator and presse RUN.

TODO

Known issues

Acknowledgements