Closed InfiniteLee closed 5 years ago
don't use get/setAttribute; read/set object3D.posiiton directly to avoid overhead of calling setAttribute.
Just something we noticed that was still taking unnecessary frame time in Hubs.
Thanks!
don't use get/setAttribute; read/set object3D.posiiton directly to avoid overhead of calling setAttribute.