Adjust clipping planes when switching between camera modes.

This commit is contained in:
kovacsv 2022-09-18 17:09:23 +02:00
parent 339ea40031
commit dca2dc1ec4

View File

@ -366,6 +366,7 @@ export class Viewer
this.cameraMode = cameraMode; this.cameraMode = cameraMode;
this.cameraValidator.ForceUpdate (); this.cameraValidator.ForceUpdate ();
this.AdjustClippingPlanes ();
this.Render (); this.Render ();
} }