Skip to content

Commit 63f7197

Browse files
committed
Update index.d.ts
1 parent 1642faf commit 63f7197

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

types/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)