File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8396,7 +8396,8 @@ declare module "postprocessing" {
83968396 * @property {Number } REINHARD2 - Modified Reinhard tone mapping.
83978397 * @property {Number } REINHARD2_ADAPTIVE - Simulates the optic nerve responding to the amount of light it is receiving.
83988398 * @property {Number } UNCHARTED2 - Uncharted 2 tone mapping. http://filmicworlds.com/blog/filmic-tonemapping-operators.
8399- * @property {Number } OPTIMIZED_CINEON - Optimized filmic operator by Jim Hejl and Richard Burgess-Dawson.
8399+ * @property {Number } OPTIMIZED_CINEON - Deprecated. Use CINEON instead.
8400+ * @property {Number } CINEON - Optimized filmic operator by Jim Hejl and Richard Burgess-Dawson.
84008401 * @property {Number } ACES_FILMIC - ACES tone mapping with a scale of 1.0/0.6.
84018402 * @property {Number } AGX - Filmic tone mapping. Requires three r160 or higher. https://github.com/EaryChow/AgX.
84028403 * @property {Number } NEUTRAL - Neutral tone mapping by Khronos. Requires three r162 or higher. https://modelviewer.dev/examples/tone-mapping.
@@ -8408,6 +8409,7 @@ declare module "postprocessing" {
84088409 REINHARD2_ADAPTIVE ,
84098410 UNCHARTED2 ,
84108411 OPTIMIZED_CINEON ,
8412+ CINEON ,
84118413 ACES_FILMIC ,
84128414 AGX ,
84138415 NEUTRAL
You can’t perform that action at this time.
0 commit comments