forked from mirrors/0ad
# Minor COLLADA improvements.
Collada: Added support for Y_UP (in addition to Z_UP) for static geometry, for XSI. FCollada: Modified to fix [http://www.feelingsoftware.com/bugzilla/show_bug.cgi?id=360 problem] with exported functions. Actor Editor: Added *.dae to mesh/animation selection dialogs. This was SVN commit r4939.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "FCollada.h"
|
||||
|
||||
/*
|
||||
FMMatrix44 operator+ (const FMMatrix44& a, const FMMatrix44& b)
|
||||
{
|
||||
FMMatrix44 r;
|
||||
@@ -48,3 +49,4 @@ FMMatrix44 QuatToMatrix(float x, float y, float z, float w)
|
||||
|
||||
return r;
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user