First time here? Check out the FAQ!
answered 8 years ago
As of Sage 7.5 there is a native Three.js viewer that respects aspect_ratio. You can invoke it by adding the optionviewer='threejs' to show() or any 3D object.
aspect_ratio
viewer='threejs'
show()
Since the new viewer is a work in progress, feedback is welcome.