xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.15k stars 264 forks source link

[Question] Object is cut off? #185

Closed AlexanderChen1989 closed 7 years ago

AlexanderChen1989 commented 7 years ago
Description of the problem

...

xeogl version
Browser
OS
Hardware Requirements

image

xeolabs commented 7 years ago

Does the object disappear as its distance from the viewpoint increases? If so, then that would be the normal operation of the far clipping plane, which you can move farther back by adjusting the far clipping plane on the perspective frustum

AlexanderChen1989 commented 7 years ago

@xeolabs thanks!