mishig HF staff commited on
Commit
e6b18db
1 Parent(s): 5454553
Files changed (1) hide show
  1. mannequinAll.js +1 -1
mannequinAll.js CHANGED
@@ -1994,7 +1994,7 @@ class ThreeCanvasWrapper extends HTMLElement {
1994
  this.renderer.domElement.style="position: absolute; top: 0; left: 0;"
1995
 
1996
  this.scene = new THREE.Scene();
1997
- this.scene.background = new THREE.Color('rgb(0,0,0)');
1998
 
1999
  this.camera = new THREE.PerspectiveCamera(30, this.innerWidth/this.innerWidth, 0.1, 2000);
2000
  this.camera.position.set(0, 0, 150);
 
1994
  this.renderer.domElement.style="position: absolute; top: 0; left: 0;"
1995
 
1996
  this.scene = new THREE.Scene();
1997
+ this.scene.background = new THREE.Color(0x0b0f19);
1998
 
1999
  this.camera = new THREE.PerspectiveCamera(30, this.innerWidth/this.innerWidth, 0.1, 2000);
2000
  this.camera.position.set(0, 0, 150);