mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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,
|
damping: 0,
|
||||||
radius: shipSize,
|
radius: shipSize,
|
||||||
color: { red: 0, green: 255, blue: 0 },
|
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
|
lifetime: itemLifetimes
|
||||||
};
|
};
|
||||||
myShip = Particles.addParticle(myShipProperties);
|
myShip = Particles.addParticle(myShipProperties);
|
||||||
|
|
Loading…
Reference in a new issue