Three.js buffergeometry disappears after moving camera to close

后端 未结 3 514
攒了一身酷
攒了一身酷 2020-12-20 23:47

My buffergeometry disappears after moving the camera to close. You can also see that in drawcalls Three.js example that has TrackballControls. In my case it\'s

3条回答
  •  轮回少年
    2020-12-21 00:04

    I suggest that you check your camera's .near clipping parameter. Objects close to the camera will naturally be cut off.

提交回复
热议问题