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.