tiby312 / poloto-project

MIT License
159 stars 10 forks source link

Talk about 3d? #66

Closed tiby312 closed 2 years ago

tiby312 commented 3 years ago

3d plots are only really useful in my opinion if the user can interactively change the angle of the camera to better feel a presence of being in 3d. Outputting a static 3d image like gnuplot usually has me unsure what I'm looking at exactly. So I think this is outside of the scope of what you can do with SVG.

To do 3d, I think we would want to output something that uses the canvas element or webgl.