Skip to content

Commit

Permalink
Merge pull request #1109 from 3DStreet/bike-only-models
Browse files Browse the repository at this point in the history
Bike only models
  • Loading branch information
kfarr authored Mar 11, 2025
2 parents e0fb07b + 1dc133f commit 50b311f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions src/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@
"img": "sets/vehicles/gltf-exports/draco/two-wheeler-with-person.jpg",
"category": "vehicles-rigged"
},
{
"id": "bike-only-cargo",
"name": "Cargo Bike",
"src": "sets/micro-mobility-devices/gltf-exports/draco/bike-only-cargo.glb",
"img": "sets/micro-mobility-devices/gltf-exports/draco/bike-only-cargo.webp",
"category": "cyclists"
},
{
"id": "bike-only-dutch",
"name": "Dutch Bike",
"src": "sets/micro-mobility-devices/gltf-exports/draco/bike-only-dutch.glb",
"img": "sets/micro-mobility-devices/gltf-exports/draco/bike-only-dutch.webp",
"category": "cyclists"
},
{
"id": "bike-only-hybrid",
"name": "Hybrid Bike",
"src": "sets/micro-mobility-devices/gltf-exports/draco/bike-only-hybrid.glb",
"img": "sets/micro-mobility-devices/gltf-exports/draco/bike-only-hybrid.webp",
"category": "cyclists"
},
{
"id": "cyclist-cargo",
"name": "Cargo Bike",
Expand Down Expand Up @@ -580,12 +601,14 @@
{
"id": "Character_1_M",
"name": "Carpet Rider",
"img": "thumbnails/Character_1_M.jpg"
"img": "thumbnails/Character_1_M.jpg",
"display": "none"
},
{
"id": "magic-carpet",
"name": "Magic Carpet",
"img": "thumbnails/magic-carpet.jpg"
"img": "thumbnails/magic-carpet.jpg",
"display": "none"
},
{
"id": "cyclist-cargo",
Expand Down
2 changes: 1 addition & 1 deletion src/components/street-environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ AFRAME.registerComponent('street-environment', {
},
backgroundColor: {
type: 'color',
default: '#555555',
default: '#808080',
if: { preset: ['color'] }
}
},
Expand Down

0 comments on commit 50b311f

Please sign in to comment.