Point Cloud Animation (Upsert)
This example demonstrates how to animate point clouds using Vuer's TimelineControls and the session-based proxy.upsert method. Unlike the global app.update approach, this method targets a specific client session.
Key concepts:
- Using
proxy.upsert(viaVuerSession) to update a specific client - Starting with an empty
DefaultSceneand dynamically adding components - Handling
TIMELINE_STEPevents to synchronize animations - Displaying multiple point clouds with different colors and positions