00001 /* 00002 Copyright (C) 2005-2007 Feeling Software Inc. 00003 Portions of the code are: 00004 Copyright (C) 2005-2007 Sony Computer Entertainment America 00005 00006 MIT License: http://www.opensource.org/licenses/mit-license.php 00007 */ 00008 00014 #ifndef _FC_DOCUMENT_TOOLS_H_ 00015 #define _FC_DOCUMENT_TOOLS_H_ 00016 00022 namespace FCDocumentTools 00023 { 00037 void FCOLLADA_EXPORT StandardizeUpAxisAndLength(FCDocument* document, const FMVector3& upAxis = FMVector3::Origin, float unitInMeters = 0.0f, bool handleTargets=false); 00038 00039 }; 00040 00041 #endif // _FC_DOCUMENT_TOOLS_H_