mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
another toy
This commit is contained in:
parent
cf5c8c08e2
commit
fbca1c9754
1 changed files with 6 additions and 1 deletions
|
@ -47,7 +47,12 @@ function makeBasketball() {
|
|||
modelURL: basketballURL,
|
||||
restitution: 1.0,
|
||||
damping: 0.00001,
|
||||
shapeType: "sphere"
|
||||
shapeType: "sphere",
|
||||
userData: JSON.stringify({
|
||||
grabbableKey: {
|
||||
invertSolidWhileHeld: true
|
||||
}
|
||||
})
|
||||
});
|
||||
originalPosition = position;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue