disable scaling in collada converter, it doesn't give good results in most files.
This commit is contained in:
@@ -188,7 +188,7 @@ bool ColladaConverter::convert()
|
||||
domAsset::domUnitRef unit = m_dom->getAsset()->getUnit();
|
||||
domFloat meter = unit->getMeter();
|
||||
printf("asset unit meter=%f\n",meter);
|
||||
m_unitMeterScaling = meter;
|
||||
//m_unitMeterScaling = meter;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user