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
When I change the dimension from 3D to 2D and vice versa using the setDimensions(nDimensions: number) method, the original camera parameters (camera position & camera zoom)which were passed in the constructor are not retained, they are overridden with the default camera parameters.
I think these parameters should be passed when calling the makeCamera() method.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
When I change the dimension from 3D to 2D and vice versa using the
setDimensions(nDimensions: number)
method, the original camera parameters (camera position & camera zoom)which were passed in the constructor are not retained, they are overridden with the default camera parameters.I think these parameters should be passed when calling the
makeCamera()
method.Thank you.
The text was updated successfully, but these errors were encountered: