3DStreet / 3dstreet

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

ability to change street component parameters without scene reloading #511

Closed Algorush closed 2 months ago

Algorush commented 4 months ago

As it is now: if user change a street component parameter, such as showGrounding, showVehicles, the scene is reloaded with new parameters. A new parsing of StreetmixJSON data occurs and all objects take new places. What would be better: when changing the street parameters, the scene does not reload, all objects remain in place. Why is this important: if the user adds new objects to the scene or changes the location of existing objects, then when changing the street parameters, all new objects will be lost, as well as the location of existing objects.

Algorush commented 4 months ago

https://github.com/3DStreet/3dstreet/pull/512