Jonne Nauha
|
dcf6002bed
Try fix travis ci produced build errors on gcc and clang.
|
11 лет назад |
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 лет назад |
Jonne Nauha
|
fcb97bb595
OgreImporter: Rename .hpp to .h. Shuffled parsing utils to a single file.
|
11 лет назад |
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 лет назад |
Alexander Gessler
|
052a8634d2
OgreMaterial: remove unneeded variable.
|
12 лет назад |
Jonathan Klein
|
fe19ba9da6
Ogre: Material nullptr-fix, Loader is hopefully no longer confused by 'submeshnames' tag
|
13 лет назад |
jonathanklein
|
a038288af9
Ogre: Fixed memoryleak and missing \0 at end of cstring
|
13 лет назад |
jonathanklein
|
29243071fa
Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.)
|
13 лет назад |
jonathanklein
|
5b462d484b
Ogre: small tweaks
|
13 лет назад |
jonathanklein
|
d9d57804fa
Ogre: Support for multiple texcoords
|
13 лет назад |
jonathanklein
|
df7f177794
Ogre: Fix in Material Loader
|
14 лет назад |
jonathanklein
|
7f1e7b7d6b
Ogre: TestModel added, Texture-Bug in Materialloader fixed
|
14 лет назад |
jonathanklein
|
830388ab90
Ogre: VertexAttributs from SharedGeometry are now loaded correctly; Material Loading is more robustly
|
14 лет назад |
jonathanklein
|
005887f381
Ogre: MaterialLoader now searches for Materialfile with the MaterialName as Filename
|
14 лет назад |
jonathanklein
|
3ed356d3c4
Ogre Importer: Support for Shared Geometry, as exported by Blender2Ogre for Blender 2.6 (still experimental)
|
14 лет назад |