Skip to content

Commit 761dc09

Browse files
authored
Merge pull request #688 from repalash/patch-1
Fix minor typo in readme
2 parents 3337c7f + 2981930 commit 761dc09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ bounces = 10 : Number
133133

134134
Max number of lights bounces to trace.
135135

136-
### .filteredGlossyFactor
136+
### .filterGlossyFactor
137137

138138
```js
139-
filteredGlossyFactor = 0 : Number
139+
filterGlossyFactor = 0 : Number
140140
```
141141

142142
Factor for alleviating bright pixels from rays that hit diffuse surfaces then specular surfaces. Setting this higher alleviates fireflies but will remove some specular caustics.

0 commit comments

Comments
 (0)