Three 160, importmap only towards CDN, no more Sparc imports for Three components, kicke outdated outliner, replaced by custom simpler highliter
This commit is contained in:
@@ -37,7 +37,7 @@ class Intro{
|
||||
new Promise((resolve, reject) => {
|
||||
new THREE.TextureLoader()
|
||||
.setPath('/app/assets/images/')
|
||||
.load('Logo-Emergence.png', resolve, undefined, reject)
|
||||
.load('Logo-Emergence-bck.png', resolve, undefined, reject)
|
||||
})
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ class Intro{
|
||||
attenuationColor: new THREE.Color(0x88ffcc),
|
||||
attenuationDistance: 2,
|
||||
color: 0x88ffcc,
|
||||
depthWrite: false,
|
||||
depthWrite: true,
|
||||
depthTest: true,
|
||||
transparent: true,
|
||||
})
|
||||
@@ -221,7 +221,7 @@ class Intro{
|
||||
}
|
||||
if (!this.planeEE) {
|
||||
const geo = new THREE.PlaneGeometry(planeWidth, planeHeight)
|
||||
this.matEE = new THREE.MeshBasicMaterial({ map: this.backgroundTextureEE, transparent: false, alphaTest: 0.001, depthWrite:true, depthTest:true })
|
||||
this.matEE = new THREE.MeshBasicMaterial({ map: this.backgroundTextureEE, transparent: false, depthWrite:true, depthTest:true })
|
||||
this.matEE.defines = this.matEE.defines || {}
|
||||
this.matEE.defines.USE_UV = ""
|
||||
this.matEE.onBeforeCompile = shader => {
|
||||
|
||||
Reference in New Issue
Block a user