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:
YoheiKakiuchi 2013-07-01 11:59:35 +09:00 committed by isucan
parent f02587c675
commit 30ad84b375
1 changed files with 1 additions and 1 deletions

View File

@ -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++) {