File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " postprocessing" ,
3- "version" : " 6.34.0 " ,
3+ "version" : " 6.34.1 " ,
44 "description" : " A post processing library for three.js." ,
55 "homepage" : " https://github.com/pmndrs/postprocessing" ,
66 "license" : " Zlib" ,
Original file line number Diff line number Diff line change @@ -8391,17 +8391,19 @@ declare module "postprocessing" {
83918391 * @property {Number } REINHARD - Simple Reinhard tone mapping.
83928392 * @property {Number } REINHARD2 - Modified Reinhard tone mapping.
83938393 * @property {Number } REINHARD2_ADAPTIVE - Simulates the optic nerve responding to the amount of light it is receiving.
8394+ * @property {Number } UNCHARTED2 - Uncharted 2 tone mapping. http://filmicworlds.com/blog/filmic-tonemapping-operators.
83948395 * @property {Number } OPTIMIZED_CINEON - Optimized filmic operator by Jim Hejl and Richard Burgess-Dawson.
83958396 * @property {Number } ACES_FILMIC - ACES tone mapping with a scale of 1.0/0.6.
8396- * @property {Number } UNCHARTED2 - Uncharted 2 tone mapping. http ://filmicworlds .com/blog/filmic-tonemapping-operators
8397+ * @property {Number } AGX - Filmic tone mapping. Requires three r160 or higher. https ://github .com/EaryChow/AgX.
83978398 */
83988399 export enum ToneMappingMode {
83998400 REINHARD ,
84008401 REINHARD2 ,
84018402 REINHARD2_ADAPTIVE ,
8403+ UNCHARTED2 ,
84028404 OPTIMIZED_CINEON ,
84038405 ACES_FILMIC ,
8404- UNCHARTED2 ,
8406+ AGX ,
84058407 }
84068408
84078409 /**
You can’t perform that action at this time.
0 commit comments