mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +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() {
|
setupDressingRoom: function() {
|
||||||
|
print('HOME setup dressing room')
|
||||||
this.createRotatorBlock();
|
this.createRotatorBlock();
|
||||||
this.createTransformingDais();
|
this.createTransformingDais();
|
||||||
this.createTransformers();
|
this.createTransformers();
|
||||||
|
@ -394,7 +395,7 @@
|
||||||
dollDimensions[index] = scaled;
|
dollDimensions[index] = scaled;
|
||||||
})
|
})
|
||||||
|
|
||||||
var dollLateralSeparation = 1.0;
|
var dollLateralSeparation = 0.8;
|
||||||
|
|
||||||
dolls.forEach(function(doll, index) {
|
dolls.forEach(function(doll, index) {
|
||||||
var separation = index * dollLateralSeparation;
|
var separation = index * dollLateralSeparation;
|
||||||
|
@ -436,7 +437,7 @@
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
print('JBP after deleting home entities')
|
print('HOME after deleting home entities')
|
||||||
},
|
},
|
||||||
|
|
||||||
unload: function() {
|
unload: function() {
|
||||||
|
|
Loading…
Reference in a new issue