Skip to content

Commit

Permalink
Merge pull request #561 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.34.1
  • Loading branch information
vanruesc authored Dec 27, 2023
2 parents dbccac3 + 62b0506 commit 6ce1e7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "6.34.0",
"version": "6.34.1",
"description": "A post processing library for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"license": "Zlib",
Expand Down
6 changes: 4 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8391,17 +8391,19 @@ declare module "postprocessing" {
* @property {Number} REINHARD - Simple Reinhard tone mapping.
* @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} ACES_FILMIC - ACES tone mapping with a scale of 1.0/0.6.
* @property {Number} UNCHARTED2 - Uncharted 2 tone mapping. http://filmicworlds.com/blog/filmic-tonemapping-operators
* @property {Number} AGX - Filmic tone mapping. Requires three r160 or higher. https://github.com/EaryChow/AgX.
*/
export enum ToneMappingMode {
REINHARD,
REINHARD2,
REINHARD2_ADAPTIVE,
UNCHARTED2,
OPTIMIZED_CINEON,
ACES_FILMIC,
UNCHARTED2,
AGX,
}

/**
Expand Down

0 comments on commit 6ce1e7d

Please sign in to comment.