mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 16:33:56 +02:00
doll separation
This commit is contained in:
parent
5acd5916af
commit
6692736c07
1 changed files with 3 additions and 2 deletions
|
@ -268,6 +268,7 @@
|
|||
},
|
||||
|
||||
setupDressingRoom: function() {
|
||||
print('HOME setup dressing room')
|
||||
this.createRotatorBlock();
|
||||
this.createTransformingDais();
|
||||
this.createTransformers();
|
||||
|
@ -394,7 +395,7 @@
|
|||
dollDimensions[index] = scaled;
|
||||
})
|
||||
|
||||
var dollLateralSeparation = 1.0;
|
||||
var dollLateralSeparation = 0.8;
|
||||
|
||||
dolls.forEach(function(doll, index) {
|
||||
var separation = index * dollLateralSeparation;
|
||||
|
@ -436,7 +437,7 @@
|
|||
|
||||
|
||||
})
|
||||
print('JBP after deleting home entities')
|
||||
print('HOME after deleting home entities')
|
||||
},
|
||||
|
||||
unload: function() {
|
||||
|
|
Loading…
Reference in a new issue