Skip to content

Commit

Permalink
LightingModel: Refactor indirect lighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jul 21, 2024
1 parent 5fd3285 commit 9724d59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/three/src/nodes/core/LightingModel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default class LightingModel {
finish(input: LightingModelIndirectInput, stack: StackNode, builder: NodeBuilder): void;
direct(input: LightingModelDirectInput, stack: StackNode, builder: NodeBuilder): void;
directRectArea(input: LightingModelDirectRectAreaInput, stack: StackNode, builder: NodeBuilder): void;
indirectDiffuse(input: LightingModelIndirectInput, stack: StackNode, builder: NodeBuilder): void;
indirectSpecular(input: LightingModelIndirectInput, stack: StackNode, builder: NodeBuilder): void;
indirect(input: LightingModelIndirectInput, stack: StackNode, builder: NodeBuilder): void;
ambientOcclusion(input: LightingModelIndirectInput, stack: StackNode, builder: NodeBuilder): void;
}

0 comments on commit 9724d59

Please sign in to comment.