mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:17:01 +02:00
script scope
This commit is contained in:
parent
e40fe09364
commit
9d4ddc24d4
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
var TRANSFORMER_SCRIPT = Script.resolvePath('transformer.js?' + Math.random());
|
||||
TransformerDoll = function(modelURL, spawnPosition, spawnRotation) {
|
||||
|
||||
var TRANSFORMER_SCRIPT = Script.resolvePath('transformer.js?' + Math.random());
|
||||
var transformerProps = {
|
||||
name: 'hifi-home-dressing-room-little-transformer',
|
||||
type: 'Model',
|
||||
shapeType:'box',
|
||||
shapeType: 'box',
|
||||
position: spawnPosition,
|
||||
rotation: spawnRotation,
|
||||
modelURL: modelURL,
|
||||
|
|
Loading…
Reference in a new issue