How to reproduce in PG:
- Press any key. Origin line will be updated.
- Move camera’s frustum away from origin line position.
How to reproduce in PG:
You should call refreshBoundingInfo()
to update the bounding box/sphere after you update the vertex positions:
Wonderful