Skip to content

Commit

Permalink
fix: NodeMaterial, add missing .fog and .lights (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
0b5vr authored Jul 23, 2024
1 parent 0e238ac commit 5769807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/three/src/nodes/materials/NodeMaterial.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ export interface NodeMaterialParameters extends MaterialParameters {
export default class NodeMaterial extends Material {
readonly isNodeMaterial: true;

fog: boolean;
lights: boolean;
normals: boolean;

lightsNode: LightsNode | null;
Expand Down

0 comments on commit 5769807

Please sign in to comment.