Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvp street segment #910

Closed
kfarr opened this issue Nov 2, 2024 · 1 comment · Fixed by #912
Closed

mvp street segment #910

kfarr opened this issue Nov 2, 2024 · 1 comment · Fixed by #912

Comments

@kfarr
Copy link
Collaborator

kfarr commented Nov 2, 2024

@kfarr kfarr converted this from a draft issue Nov 2, 2024
@kfarr kfarr moved this from To Do - High Prio to In progress in 3DStreet Dev Tracking Nov 4, 2024
@kfarr
Copy link
Collaborator Author

kfarr commented Nov 4, 2024

Step 1 convert streetmix parser to use street-segment instead of ground mixins defined in asset.js

We want to turn this function into a component:
https://github.com/3DStreet/3dstreet/blob/main/src/aframe-streetmix-parsers.js#L901

For example:

<a-entity street-way="source: [json]">
    <a-entity street-segment="preset: drive-lane; width: 3; length: 150"></a-entity>
    <a-entity street-segment="preset: bus-lane; width: 6; length: 150"></a-entity>
</a-entity>

@kfarr kfarr linked a pull request Nov 4, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In progress to Done in 3DStreet Dev Tracking Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant