Jonne Nauha
|
f5c7b283bc
OgreImporter: Cleanup and bugfixes to OgreSkeleton.cpp. This was actually so badly broken that it did nothing if the mesh referenced a binary skeleton. Now logs a warning for this case and tries to read from .skeleton.xml like the original author intended it to work. The assimp skeleton is still broken, I will fix that later on when I (eventually) get to that part of the code.
|
11 vuotta sitten |
Jonne Nauha
|
45715df263
OgreImporter: Forgot to rebuild after filename changes so broke the build. Fix includes, add include guards and ASSIMP_BUILD_NO_OGRE_IMPORTER to missing places.
|
11 vuotta sitten |
Jonne Nauha
|
f98584cdea
OgreImporter: Remove unnecessary m_currentX state. Improve and clean OgreMaterial: split tech/pass/texture_unit to their own functions. Document missing features and potential bugs. Improve the original authors 'detection from texture filename' logic (enabled with AI_CONFIG_IMPORT_OGRE_TEXTURETYPE_FROM_FILENAME). Add generic detection from texture unit name, which is commonly used in Ogre materials.
|
11 vuotta sitten |
Jonne Nauha
|
09517b342b
OgreImporter: Started cleanup and refactoring. Aim is to get this into a shape that its easy to read and understand before I start making any new features.
|
11 vuotta sitten |
Alexander Gessler
|
0b9d6bec0d
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
|
13 vuotta sitten |
jonathanklein
|
5b462d484b
Ogre: small tweaks
|
13 vuotta sitten |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 vuotta sitten |
jonathanklein
|
0e5ae5145b
Ogre Importer: Small fixes
|
14 vuotta sitten |
jonathanklein
|
d9b8db78cd
Ogre: Animation Bug fixed (they seem to work now)
|
14 vuotta sitten |
jonathanklein
|
761c974fde
Ogre: Improvements on loading Skeleton and Animation Keys (nearly working now!)
|
14 vuotta sitten |
jonathanklein
|
3ed356d3c4
Ogre Importer: Support for Shared Geometry, as exported by Blender2Ogre for Blender 2.6 (still experimental)
|
14 vuotta sitten |