mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 07:33:10 +02:00
remove collisions and add parenting
This commit is contained in:
parent
a899fe0e1b
commit
ade32cbf61
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ function createEarth() {
|
||||||
type: 'Model',
|
type: 'Model',
|
||||||
modelURL: EARTH_MODEL_URL,
|
modelURL: EARTH_MODEL_URL,
|
||||||
position: EARTH_CENTER_POSITION,
|
position: EARTH_CENTER_POSITION,
|
||||||
collisionsWillMove:true,
|
|
||||||
dimensions: {
|
dimensions: {
|
||||||
x: EARTH_SPHERE_RADIUS,
|
x: EARTH_SPHERE_RADIUS,
|
||||||
y: EARTH_SPHERE_RADIUS,
|
y: EARTH_SPHERE_RADIUS,
|
||||||
|
|
Loading…
Reference in a new issue