mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 00:02:57 +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);
|
var bigVersion = Entities.addEntity(bigVersionProps);
|
||||||
print('transformer created big version: ' + bigVersion);
|
print('transformer created big version: ' + bigVersion);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue