mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
added the cannon as voxels
This commit is contained in:
parent
15be49cb8d
commit
7ffe73bf6e
1 changed files with 3 additions and 1 deletions
|
@ -135,7 +135,9 @@ function initializeMyShip() {
|
|||
damping: 0,
|
||||
radius: shipSize,
|
||||
color: { red: 0, green: 255, blue: 0 },
|
||||
//modelURL: myShipModel,
|
||||
modelURL: "https://s3-us-west-1.amazonaws.com/highfidelity-public/meshes/myCannon16x16.svo",
|
||||
modelScale: 450,
|
||||
modelTranslation: { x: -1.3, y: -1.3, z: -1.3 },
|
||||
lifetime: itemLifetimes
|
||||
};
|
||||
myShip = Particles.addParticle(myShipProperties);
|
||||
|
|
Loading…
Reference in a new issue