Niekes / d3-3d

d3-3d is a powerful JavaScript library designed for 3D visualizations, specifically tailored to work seamlessly with d3.js. This library enables the projection of 3D data onto web browsers, making it an essential tool for developers interested in creating immersive and dynamic visualizations.
BSD 3-Clause "New" or "Revised" License
352 stars 34 forks source link

Does not follow Right Hand Rule #15

Closed nicolasshu closed 3 years ago

nicolasshu commented 4 years ago

Hi, I have been playing around with your package, and I've been getting some errors when displaying the data, and everything seems to point to the direction that, when you built this library, your (x,y,z) coordinate system does not follow the right hand rule.

Can you confirm that you built this without accounting for the right hand rule? Thanks

Niekes commented 3 years ago

True!

d3-3d respects the browser's coordinate system. Also I want to point out that d3 works the same way and I want to be d3-3d compatible wit d3.