3DStreet / 3dstreet

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

refactor idea: streetmix-loader to create entity with street component #398

Closed kfarr closed 2 months ago

kfarr commented 11 months ago

Instead of having:

An entity can be created that is the "streetmix loader" entity, and then it will create a child that has the actual street

this street entity is "reactive" -- as a user you can change properties of the street component and it will update automatically, or at least destroy itself and recreate --> this was Alex's original idea to delete .street-parent

Algorush commented 10 months ago

That is, abandon the streetmix-loader component? I'll see what options there are to do this.