mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +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),
|
||||
collisionsWillMove: false,
|
||||
userData: JSON.stringify({
|
||||
grabbableKey: {
|
||||
grabbable: false
|
||||
}
|
||||
})
|
||||
// userData: JSON.stringify({
|
||||
// grabbableKey: {
|
||||
// grabbable: false
|
||||
// }
|
||||
// })
|
||||
}
|
||||
|
||||
return Entities.addEntity(earthProperties)
|
||||
|
|
Loading…
Reference in a new issue