scenevr / client

:punch: Web client
7 stars 2 forks source link

Stop using object3d#name to store UUID #70

Closed bnolan closed 9 years ago

bnolan commented 9 years ago

Use object3D#UUID if possible, otherwise maintain a map of UUID -> Object3D.

bnolan commented 9 years ago

We're going to use an elementMap instead of object3d#name.