Closed Kishanpparmar closed 4 years ago
Looks like WebGL's far clipping plane is slicing part of your model.
To fix, either reduce the scale of your model (recommended), or increase the distance to far clipping plane like this:
myViewer.scene.camera.perspective.far = 10000.0;
myViewer.scene.camera.ortho.far = 10000.0;
Hello, Thanks for your help. after applying camera.perspective.far and camera.ortho.far my problem is resolved but facing issue in Annotation, Annotation are not display on object. I also apply annotations.surfaceOffset = 10000.0 still facing issue.
Hello, when I load the XKT file it will hide by the canvas after zoom it will show but at the time 360 degree rotating it will hide some portion check the att
ached Images.