mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
doll dimensions scale
This commit is contained in:
parent
faf56f92ec
commit
6534f5b6c1
1 changed files with 8 additions and 0 deletions
|
@ -318,6 +318,14 @@
|
|||
y: 0.8382,
|
||||
z: 0.1303
|
||||
}];
|
||||
|
||||
var TRANSFORMER_SCALE = 0.5;
|
||||
|
||||
dollDimensions.forEach(function(vector,index){
|
||||
var scaled = Vec3.multiply(vector,TRANSFORMER_SCALE);
|
||||
dollDimensions[index] = scaled;
|
||||
})
|
||||
|
||||
var dollLateralSeparation = 1.0;
|
||||
dolls.forEach(function(doll, index) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue