mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:57:43 +02:00
make earth grabbable to show parenting
This commit is contained in:
parent
ade32cbf61
commit
30b32765b9
1 changed files with 5 additions and 5 deletions
|
@ -51,11 +51,11 @@ function createEarth() {
|
||||||
},
|
},
|
||||||
rotation: Quat.fromPitchYawRollDegrees(0, 90, 0),
|
rotation: Quat.fromPitchYawRollDegrees(0, 90, 0),
|
||||||
collisionsWillMove: false,
|
collisionsWillMove: false,
|
||||||
userData: JSON.stringify({
|
// userData: JSON.stringify({
|
||||||
grabbableKey: {
|
// grabbableKey: {
|
||||||
grabbable: false
|
// grabbable: false
|
||||||
}
|
// }
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
|
|
||||||
return Entities.addEntity(earthProperties)
|
return Entities.addEntity(earthProperties)
|
||||||
|
|
Loading…
Reference in a new issue