change Z_UP to Y_UP for default <up_axis> on collada_parser, it would effect to programs using assimp library
This commit is contained in:
parent
f02587c675
commit
30ad84b375
|
@ -1187,7 +1187,7 @@ protected:
|
|||
</comments>\n\
|
||||
</contributor>\n\
|
||||
<unit name=\"meter\" meter=\"1.0\"/>\n\
|
||||
<up_axis>Z_UP</up_axis>\n\
|
||||
<up_axis>Y_UP</up_axis>\n\
|
||||
</asset>\n\
|
||||
<library_materials>\n"));
|
||||
for(unsigned int i=0; i < index; i++) {
|
||||
|
|
Loading…
Reference in New Issue