Add missing images

This commit is contained in:
Diego Marcos
2018-09-13 18:28:09 -07:00
parent 4d3b8ecb31
commit 8fc9cbb539
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -10,8 +10,8 @@ AFRAME.registerComponent('stage-colors', {
this.defaultRed = new THREE.Color(0xff0000);
this.defaultBlue = new THREE.Color(0x0000ff);
this.mineEnvMap = {
red: new THREE.TextureLoader().load('images/mineenviro-red.jpg'),
blue: new THREE.TextureLoader().load('images/mineenviro-blue.jpg')
red: new THREE.TextureLoader().load('assets/img/mineenviro-red.jpg'),
blue: new THREE.TextureLoader().load('assets/img/mineenviro-blue.jpg')
};
this.mineColor = { red: new THREE.Color(0x070304), blue: new THREE.Color(0x030407) };
this.mineEmission = { red: new THREE.Color(0x090707), blue: new THREE.Color(0x070709) };