Kieran Farr

Results 417 issues of Kieran Farr

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...

https://3dstreet.app/#https://streetplan.net/3dstreet/86591

as a user I want pedestrians to be evenly distributed ![image](https://github.com/user-attachments/assets/b5acc63c-2fba-4ac1-ad6b-1fdc5d2893c7)

As a user, I want to quickly rename a layer / entity without editing code A few potential methods: 1) Add a button next to Duplicate and Delete on the...

turn this: https://www.3dstreet.org/docs/development/alpha-labs/#add-an-image into a built-in component that I can add in add-layer paid user requesting, this had been assigned in the past but not completed

https://3dstreet.app/#/scenes/d1f54dc8-2aa1-4de9-8349-677d67b334ee.json This street has an invalid value for position that includes NaN for `x` value: ``` ... { "components": { "geometry": "height: 0.2; depth: 120; width: 2.4", "material": "offset: 0.415...

It appears that z- is west -- the direction that a user is first looking when the scene opens. At first I thought it'd be nice if z- is north,...

adds political map tiles + 2d building shapes https://github.com/ctrlw/osm4vr steps: - add osm3d to `street-geo` component (line 21) - add `osm3dCreate` function and `osm3dUpdate`