mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 16:33:56 +02:00
add shapetype to dolls
This commit is contained in:
parent
0dcb86db92
commit
624cefa806
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
var TRANSFORMER_SCRIPT = Script.resolvePath('transformer.js?' + Math.random());
|
||||
var transformerProps = {
|
||||
name: 'hifi-home-dressing-room-little-transformer',
|
||||
type: 'model',
|
||||
type: 'Model',
|
||||
shapeType:'box',
|
||||
position: spawnPosition,
|
||||
rotation: spawnRotation,
|
||||
modelURL: modelURL,
|
||||
|
|
Loading…
Reference in a new issue