little more bumpScale
This commit is contained in:
parent
0f84f90e05
commit
1e006d46b9
@ -89,7 +89,6 @@ export class InstancedMino extends THREE.InstancedMesh {
|
|||||||
const geometry = new THREE.ExtrudeGeometry(minoFaceShape, minoExtrudeSettings)
|
const geometry = new THREE.ExtrudeGeometry(minoFaceShape, minoExtrudeSettings)
|
||||||
super(geometry, undefined, 2*ROWS*COLUMNS)
|
super(geometry, undefined, 2*ROWS*COLUMNS)
|
||||||
this.offsets = new Uint8Array(2*this.count)
|
this.offsets = new Uint8Array(2*this.count)
|
||||||
this.count = 0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
set theme(theme) {
|
set theme(theme) {
|
||||||
@ -106,7 +105,7 @@ export class InstancedMino extends THREE.InstancedMesh {
|
|||||||
color: COLORS.RETRO,
|
color: COLORS.RETRO,
|
||||||
map: texture,
|
map: texture,
|
||||||
bumpMap: texture,
|
bumpMap: texture,
|
||||||
bumpScale: 1.4,
|
bumpScale: 1.5,
|
||||||
roughness: 0.25,
|
roughness: 0.25,
|
||||||
metalness: 0.9,
|
metalness: 0.9,
|
||||||
transparent: true,
|
transparent: true,
|
||||||
@ -117,7 +116,7 @@ export class InstancedMino extends THREE.InstancedMesh {
|
|||||||
color: COLORS.RETRO,
|
color: COLORS.RETRO,
|
||||||
map: texture,
|
map: texture,
|
||||||
bumpMap: texture,
|
bumpMap: texture,
|
||||||
bumpScale: 1.4,
|
bumpScale: 1.5,
|
||||||
roughness: 0.25,
|
roughness: 0.25,
|
||||||
metalness: 0.9,
|
metalness: 0.9,
|
||||||
transparent: true,
|
transparent: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user