Skip to content

Commit

Permalink
NodeMaterial: Add setupOutgoingLight(). (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jul 24, 2024
1 parent 1c53514 commit b767939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/three/src/nodes/materials/NodeMaterial.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export default class NodeMaterial extends Material {
setupEnvironment(builder: NodeBuilder): Node | null;
setupLightMap(builder: NodeBuilder): Node | null;
setupLights(builder: NodeBuilder): LightsNode;
setupOutgoingLight(): Node;
setupLightingModel(builder: NodeBuilder): LightingModel;
setupLighting(builder: NodeBuilder): Node;
setupOutput(builder: NodeBuilder, outputNode: Node): Node;
Expand Down

0 comments on commit b767939

Please sign in to comment.