mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 01:43:27 +02:00
d'oh
This commit is contained in:
parent
7ab52b8869
commit
9fe827a93b
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ function onButtonClick() {
|
||||||
earth = Entities.addEntity({
|
earth = Entities.addEntity({
|
||||||
type: "Model",
|
type: "Model",
|
||||||
name: "Earth",
|
name: "Earth",
|
||||||
modelURL: "https://s3-us-west-1.amazonaws.com/hifi-content/seth/production/NBody/makePlanets.js/earth.fbx",
|
modelURL: "https://s3-us-west-1.amazonaws.com/hifi-content/seth/production/NBody/earth.fbx",
|
||||||
position: inFrontOfMe(2 * EARTH_SIZE),
|
position: inFrontOfMe(2 * EARTH_SIZE),
|
||||||
dimensions: { x: EARTH_SIZE, y: EARTH_SIZE, z: EARTH_SIZE },
|
dimensions: { x: EARTH_SIZE, y: EARTH_SIZE, z: EARTH_SIZE },
|
||||||
shapeType: "sphere",
|
shapeType: "sphere",
|
||||||
|
@ -71,7 +71,7 @@ function onButtonClick() {
|
||||||
moon = Entities.addEntity({
|
moon = Entities.addEntity({
|
||||||
type: "Model",
|
type: "Model",
|
||||||
name: "Moon",
|
name: "Moon",
|
||||||
modelURL: "https://s3-us-west-1.amazonaws.com/hifi-content/seth/production/NBody/makePlanets.js/moon.fbx",
|
modelURL: "https://s3-us-west-1.amazonaws.com/hifi-content/seth/production/NBody/moon.fbx",
|
||||||
position: inFrontOfMe(EARTH_SIZE - MOON_SIZE),
|
position: inFrontOfMe(EARTH_SIZE - MOON_SIZE),
|
||||||
dimensions: { x: MOON_SIZE, y: MOON_SIZE, z: MOON_SIZE },
|
dimensions: { x: MOON_SIZE, y: MOON_SIZE, z: MOON_SIZE },
|
||||||
dynamic: true,
|
dynamic: true,
|
||||||
|
|
Loading…
Reference in a new issue