Skip to content

Commit

Permalink
Added 3d model
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioprisco committed May 31, 2024
1 parent a057fb8 commit b07ffac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Binary file added assets/3D/launch-tower.glb
Binary file not shown.
21 changes: 21 additions & 0 deletions worlds/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,27 @@ export function init(Constants) {
}
},

{
card: {
name: "launch tower",
translation: [-175, -4, -75],
scale: [6, 6, 6],
rotation: [0, Math.PI/2, 0],
layers: ["pointer", "walk"],
name: "/launch-tower.glb",
dataLocation: "./assets/3D/launch-tower.glb",
dataScale: [1, 1, 1],
fileName: "/launch-tower.glb",
modelType: "glb",
shadow: true,
singleSided: true,
type: "3d",
attribution: "cgtrader dot com",

}
},


{
card: {
name:"Terrain",
Expand Down

0 comments on commit b07ffac

Please sign in to comment.