Skip to content

Commit bf09f0b

Browse files
Fixed default extinction
1 parent 02f4dd0 commit bf09f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Material.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace GLSLPT
5757

5858
transmission = 0.0f;
5959
ior = 1.45f;
60-
extinction = Vec3(0.0f, 0.0f, 0.0f);
60+
extinction = Vec3(1.0f, 1.0f, 1.0f);
6161

6262
albedoTexID = -1.0f;
6363
metallicRoughnessTexID = -1.0f;

0 commit comments

Comments
 (0)