2
0
Эх сурвалжийг харах

MeshPhysicalMaterial: Update thickness default. (#22762)

Michael Herzog 3 жил өмнө
parent
commit
41fe2a7919

+ 1 - 1
src/materials/MeshPhysicalMaterial.js

@@ -79,7 +79,7 @@ class MeshPhysicalMaterial extends MeshStandardMaterial {
 
 		this.transmissionMap = null;
 
-		this.thickness = 0.01;
+		this.thickness = 0;
 		this.thicknessMap = null;
 		this.attenuationDistance = 0.0;
 		this.attenuationColor = new Color( 1, 1, 1 );