Updated line mesh clipped by old verticies

How to reproduce in PG:

  1. Press any key. Origin line will be updated.
  2. Move camera’s frustum away from origin line position.

You should call refreshBoundingInfo() to update the bounding box/sphere after you update the vertex positions:

1 Like

Wonderful :purple_heart: