Compare commits

..

No commits in common. "c2d1bef24f6df6cf7a0ab42caac51196ad5c4a1f" and "d2b36adab19dbf3cbf62d5d722e658886af6fd2d" have entirely different histories.

2 changed files with 5 additions and 5 deletions

10
app.js
View File

@ -237,7 +237,7 @@ class MinoMaterial extends THREE.MeshBasicMaterial {
constructor( color ) { constructor( color ) {
super({ super({
color: color, color: color,
reflectivity: 0.95, reflectivity: 0.99,
envMap: minoRenderTarget.texture envMap: minoRenderTarget.texture
/*side: THREE.DoubleSide, /*side: THREE.DoubleSide,
transparent: true, transparent: true,
@ -779,11 +779,11 @@ const GLOBAL_ROTATION = 0.0025
const darkTextureRotation = 0.0006 const darkTextureRotation = 0.0006
const darkMoveForward = -0.0007 const darkMoveForward = -0.0007
const darkOpacity = 0.3 const darkOpacity = 0.1
const colorFullTextureRotation = 0.0006 const colorFullTextureRotation = 0.0006
const colorFullMoveForward = -0.0012 const colorFullMoveForward = -0.0012
const colorFullOpacity = 0.3 const colorFullOpacity = 0.1
const commonCylinderGeometry = new THREE.CylinderGeometry(25, 25, 500, 12, 1, true) const commonCylinderGeometry = new THREE.CylinderGeometry(25, 25, 500, 12, 1, true)
@ -829,8 +829,8 @@ scene.add(light)
const edgeMaterial = new THREE.MeshBasicMaterial({ const edgeMaterial = new THREE.MeshBasicMaterial({
color: 0x88abe0, color: 0x88abe0,
transparent: true, transparent: true,
opacity: 0.5, opacity: 0.4,
reflectivity: 0.9, reflectivity: 0.99,
envMap: minoRenderTarget.texture envMap: minoRenderTarget.texture
}) })

Binary file not shown.

Before

Width:  |  Height:  |  Size: 977 KiB

After

Width:  |  Height:  |  Size: 857 KiB