Just wondering if anyone knows of a module that allows 3D projections? I know matplotlib has Mplot3d however this is a 2D projection of a 3D scene. Is there any module that allows graphs to be visualised 3D when putting on 3D glasses?
Cheers.
You must be logged in to post. Please login or register an account.
I don't know of anything like that, unfortunately. You can render 3D with something like PyOpenGL, but 3D glasses really require more of a 3D projection that is made for 3D glasses. Not sure of anything that'll satisfy that.
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.