BabylonJS / BlenderExporter

Exports From Blender to Babylon.JS in JSON / .babylon format
Apache License 2.0
291 stars 48 forks source link

Cameras ellipsoïds coordinates not converted #30

Closed storkweb closed 3 years ago

storkweb commented 3 years ago

Hi, I've found that when defining a camera ellipsoid in Blender (2.9.1) it's coordinates are not converted in the .babylon exported file (with exporter plugin v6.4.5) as the rest of the coordinates are. Z and Y coordinates should be exchanged, they currently are not. I know it simple to enter them in the right (wrong ?) order or to translate them after load in BJS, but it should be a simple fix, if you can find time to include it in the next release :-)

Anyway, thanks a lot for the great job !

Palmer-JC commented 3 years ago

Ellipsoid is a custom property for the exporter. It is not in use for blender, so there would be no need to swap.

Checking current framework, I am not even seeing we have that property anymore, so looks like it is not going to do anything anyway.

Palmer-JC commented 3 years ago

Will keep for 2.93 exporter. Have added a mouse hover description of Not used except for a collision system. Enter Coordinates in Y-UP terms