josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Checkbox to have collada importer respect source mesh origin #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have noticed that imported collada models seem to have an origin at the 
center of their bounding box, even if this is not the case for the source mesh. 
It becomes apparent when importing non-symmetrical meshes that are designed to 
align with other such. Looking in the raw collada file shows the origin as 
expected (ie, as I had it in Blender) indicating the origin is being changed 
within the OWL collada import module???

Would it be possible to get a checkbox in the import dialog (off by default for 
compatibility with existing behaviour) to honor the source mesh's origin when 
importing?

Original issue reported on code.google.com by laem...@exemail.com.au on 15 Dec 2012 at 5:12