You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If instanced is true, then all components under the same parent with the same geometry will be instanced
All instanced components will use MeshBasicMaterial with a white color, using InstancedMesh.setColorAt() to configure color
Parents control the instances, when a child is added or removed, they are supplied with an instance or have it taken away
We can have a global repository of geometries, and normalize geometry dimensions and then update the scale of the instanced mesh to provide the correct size
Initial thoughts
instancedinstancedis true, then all components under the same parent with the same geometry will be instanced