- Messages
- 10
- Country
Hi
Great app!
I have noticed some issues while exporting a GLTF model with LOD's.
1. The minSize attribute value is seemingly generated by a simple `ToString()`. This causes issues with different culture number formatting. Mine exported as `10,00` instead of `10.00`.
2. Not sure if it affects anything, but an imported minSize of `1` was exported as `1.015625`. Perhaps there should be rounding? XML schema is missing for LODS/LOD, so cant really say.
Can I also request an option for raw export of a model? Currently it seems any transforms on nodes in the hierarchy is 'applied' and is eliminated for the exported model (unity transform). I understand this is done to prevent common issues, but would be nice to have as a reference.
Cheers
Great app!
I have noticed some issues while exporting a GLTF model with LOD's.
1. The minSize attribute value is seemingly generated by a simple `ToString()`. This causes issues with different culture number formatting. Mine exported as `10,00` instead of `10.00`.
2. Not sure if it affects anything, but an imported minSize of `1` was exported as `1.015625`. Perhaps there should be rounding? XML schema is missing for LODS/LOD, so cant really say.
Can I also request an option for raw export of a model? Currently it seems any transforms on nodes in the hierarchy is 'applied' and is eliminated for the exported model (unity transform). I understand this is done to prevent common issues, but would be nice to have as a reference.
Cheers