You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The seems to be a bug in the display of the labels of the axes ticks. This first screen capture shows a viewport created in a 800x600 div, with a camera, axes and curves.
So far everything is normal.
But, when animating the camera's orbit to "zoom in", all the elements aren't displayed outside the div containing the viewport, except for the axes ticks labels:
When "zooming in" even more, some very long scrollbars are added to the entire page:
The same type of issue occurs when scaling the Viewport. Example passing the viewport's scale from 1 to 2:
This might be a trivial fix for someone knowing the code well.
The text was updated successfully, but these errors were encountered:
This might also be the right place to request the possibility of actually labelling the axes with simple title and eventually unit, just above each axis arrow. Most scientists consider a graph incomplete if it isn't properly labelled.
The seems to be a bug in the display of the labels of the axes ticks. This first screen capture shows a viewport created in a 800x600 div, with a camera, axes and curves.
So far everything is normal.
But, when animating the camera's orbit to "zoom in", all the elements aren't displayed outside the div containing the viewport, except for the axes ticks labels:
When "zooming in" even more, some very long scrollbars are added to the entire page:
The same type of issue occurs when scaling the Viewport. Example passing the viewport's scale from 1 to 2:
This might be a trivial fix for someone knowing the code well.
The text was updated successfully, but these errors were encountered: