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
Some optimizations in SceneGraph code (aframevr#809)
* Break the for loop when entity is found in SceneGraph selectEntity
* Simplify getting visible property, it's okay to always use entity.object3D.visible
* No need to uppercase entity.tagName
0 commit comments