https://github.com/jefftrull/colladaogreimporter
Loading Collada models into Ogre3D
https://github.com/jefftrull/colladaogreimporter
collada ogre3d
Last synced: 19 days ago
JSON representation
Loading Collada models into Ogre3D
- Host: GitHub
- URL: https://github.com/jefftrull/colladaogreimporter
- Owner: jefftrull
- License: mit
- Created: 2012-05-23T23:55:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T06:28:40.000Z (over 7 years ago)
- Last Synced: 2025-04-26T04:05:35.346Z (29 days ago)
- Topics: collada, ogre3d
- Language: C++
- Homepage:
- Size: 94.7 KB
- Stars: 8
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
A small library for importing Collada data into Ogre using the OpenCollada parsing library, in one of two forms:
1) As a pair of files storing a single mesh and a set of materials, generated using the Manual mesh and material methods in Ogre
2) As an Ogre scene graph with in-memory meshes and materialsCopyright (c) 2012 Aditazz, Inc. and distributed under the MIT license - see LICENSE.txt for details.