Home
last modified time | relevance | path

Searched refs:LINEAR_UNIT_CENTIMETER_NAME (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/src/
H A DDAE2MADocumentImporter.cpp536 String linearUnitName = COLLADAFW::FileInfo::Unit::LINEAR_UNIT_CENTIMETER_NAME; in writeGlobalAsset()
568 linearUnitName = COLLADAFW::FileInfo::Unit::LINEAR_UNIT_CENTIMETER_NAME; in writeGlobalAsset()
576 linearUnitName = COLLADAFW::FileInfo::Unit::LINEAR_UNIT_CENTIMETER_NAME; in writeGlobalAsset()
584 linearUnitName = COLLADAFW::FileInfo::Unit::LINEAR_UNIT_CENTIMETER_NAME; in writeGlobalAsset()
625 linearUnitName = COLLADAFW::FileInfo::Unit::LINEAR_UNIT_CENTIMETER_NAME; in writeGlobalAsset()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWFileInfo.h55 static const String LINEAR_UNIT_CENTIMETER_NAME; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/src/
H A DCOLLADAFWFileInfo.cpp37 const String FileInfo::Unit::LINEAR_UNIT_CENTIMETER_NAME = "centimeter"; member in COLLADAFW::FileInfo::Unit