BabylonJS / Extensions

Extensions for Babylon.js
175 stars 154 forks source link

Add support for right handed coordinate systems #293

Closed ckeiner closed 3 weeks ago

ckeiner commented 1 month ago

HtmlMesh doesn't work with a right handed coordinate system. This pull request aims to provide support for such coordinate systems.

sebavan commented 1 month ago

Lets ask @ericwood73 to review ???

ckeiner commented 1 month ago

I added support for billboardMode = 1 and also added a few more screens to see rotations for various angles. This should give a good indication of pretty much all cases that are interesting.

If @ericwood73 has some time, it'd be great to get some feedback :)

ericwood73 commented 3 weeks ago

Thank you for the contribution @ckeiner. @sebavan These changes look good to me.