A tool to convert model files to be compatible with the Jopnal Engine.
Jopmodel converter has been tested to work on these operating systems:
- Windows 7 (VC++ 12)
- Clone
- Use CMake to build the source
- Compile
- Use the application via command line
See here.
This library uses the zlib license. See the LICENSE file for details.
All the included 3rd party libraries are subject to their own licenses.
Copyright (c) 2016 Team Jopnal, All Rights Reserved
Jopnal Model Converter uses the following external libraries:
- [Assimp] (http://www.assimp.org/) (BSD)
- [Dirent] (https://github.com/tronkko/dirent) (MIT)
- RapidJSON (MIT)