This commit is contained in:
2023-06-12 23:27:10 +02:00
parent 3541f1d461
commit b4ae6a8426

View File

@ -73,7 +73,7 @@ const wallMaterial = new THREE.MeshPhongMaterial({
specular: 0x505050, specular: 0x505050,
shininess: 4, shininess: 4,
bumpMap: wallTexture, bumpMap: wallTexture,
bumpScale: .01, bumpScale: .005,
depthFunc: 3, depthFunc: 3,
depthTest: true, depthTest: true,
depthWrite: true depthWrite: true