-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TSL: Support defined color spaces in ColorSpaceNode (#1349)
* TSL: Support defined color spaces in ColorSpaceNode * Update three.js * Add src * Update patch and delete src * Add src * Update patch and delete src * Update declarations
- Loading branch information
1 parent
1d1f6cf
commit f868463
Showing
5 changed files
with
15 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule three.js
updated
20 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import Node from "../core/Node.js"; | ||
import { NodeRepresentation, ShaderNodeObject } from "../tsl/TSLCore.js"; | ||
|
||
export const sRGBToLinearSRGB: (color: NodeRepresentation) => ShaderNodeObject<Node>; | ||
export const sRGBTransferEOTF: (color: NodeRepresentation) => ShaderNodeObject<Node>; | ||
|
||
export const linearSRGBTosRGB: (color: NodeRepresentation) => ShaderNodeObject<Node>; | ||
export const sRGBTransferOETF: (color: NodeRepresentation) => ShaderNodeObject<Node>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters