mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 12:20:26 +02:00
robot position
This commit is contained in:
parent
d1001cfe4a
commit
0767f4eef0
1 changed files with 4 additions and 0 deletions
|
@ -156,6 +156,10 @@
|
|||
}),
|
||||
}
|
||||
|
||||
if(bigVersionProps.modelURL.indexOf('simple_robot') > -1){
|
||||
bigVersionProps.position.y+=0.5;
|
||||
}
|
||||
|
||||
var bigVersion = Entities.addEntity(bigVersionProps);
|
||||
print('transformer created big version: ' + bigVersion);
|
||||
|
||||
|
|
Loading…
Reference in a new issue