From 63f7197c10e3d243e38b21b167808e56bbff5da6 Mon Sep 17 00:00:00 2001 From: "Raoul v. R." Date: Tue, 5 Nov 2024 21:50:02 +0100 Subject: [PATCH] Update index.d.ts --- types/index.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 0d61562ce..ad41e0d26 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -8396,7 +8396,8 @@ declare module "postprocessing" { * @property {Number} REINHARD2 - Modified Reinhard tone mapping. * @property {Number} REINHARD2_ADAPTIVE - Simulates the optic nerve responding to the amount of light it is receiving. * @property {Number} UNCHARTED2 - Uncharted 2 tone mapping. http://filmicworlds.com/blog/filmic-tonemapping-operators. - * @property {Number} OPTIMIZED_CINEON - Optimized filmic operator by Jim Hejl and Richard Burgess-Dawson. + * @property {Number} OPTIMIZED_CINEON - Deprecated. Use CINEON instead. + * @property {Number} CINEON - Optimized filmic operator by Jim Hejl and Richard Burgess-Dawson. * @property {Number} ACES_FILMIC - ACES tone mapping with a scale of 1.0/0.6. * @property {Number} AGX - Filmic tone mapping. Requires three r160 or higher. https://github.com/EaryChow/AgX. * @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" { REINHARD2_ADAPTIVE, UNCHARTED2, OPTIMIZED_CINEON, + CINEON, ACES_FILMIC, AGX, NEUTRAL