Open kfarr opened 2 weeks ago
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>