3DStreet / 3dstreet

🚲🚢🚌 Web-based 3D visualization of streets using A-Frame
https://3dstreet.app
Other
256 stars 33 forks source link

option to show system layers #773

Open kfarr opened 3 weeks ago

kfarr commented 3 weeks ago

we hide certain layers using a class name from displaying in the scene graph: https://github.com/3DStreet/3dstreet/blob/a14dd25ea7ada3b5694ed7906bff953140a90cd4/src/editor/components/scenegraph/SceneGraph.js#L12-L13

as a 3dstreet developer or technical user I may wish to view these hidden objects for debugging. It would be nice to have an option to show all objects.

vincentfretin commented 3 weeks ago

We also hide top level entities with no id here https://github.com/3DStreet/3dstreet/blob/a14dd25ea7ada3b5694ed7906bff953140a90cd4/src/editor/components/scenegraph/SceneGraph.js#L102