We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be32bae commit 24feda2Copy full SHA for 24feda2
reaction_components/stretchable.js
@@ -9,7 +9,7 @@ AFRAME.registerComponent('stretchable', inherit(base, {
9
usePhysics: {default: 'ifavailable'},
10
invert: {default: false},
11
physicsUpdateRate: {default: 100},
12
- useWorldPosition: {type: 'bool', default: false}
+ useWorldPosition: {default: false}
13
},
14
init: function () {
15
this.STRETCHED_STATE = 'stretched'
0 commit comments