Set far camera distance limit to higher than default.
This commit is contained in:
parent
2b32a29553
commit
74f35392fb
@ -17,6 +17,8 @@ ImporterViewer.prototype.Init = function (canvasName)
|
||||
if (!this.viewer.Start (canvas, viewerSettings)) {
|
||||
return false;
|
||||
}
|
||||
this.viewer.navigation.SetNearDistanceLimit (0.1);
|
||||
this.viewer.navigation.SetFarDistanceLimit (100000.0);
|
||||
this.viewer.SetClearColor (0xdddddd);
|
||||
this.viewer.Draw ();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user