Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefftrull/colladaogreimporter
Loading Collada models into Ogre3D
https://github.com/jefftrull/colladaogreimporter
collada ogre3d
Last synced: about 2 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T06:28:40.000Z (about 7 years ago)
- Last Synced: 2023-03-12T00:56:58.455Z (almost 2 years ago)
- Topics: collada, ogre3d
- Language: C++
- Homepage:
- Size: 94.7 KB
- Stars: 7
- Watchers: 7
- Forks: 4
- 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.