Skip to content

Commit

Permalink
ReflectorNode: Add getDepthNode(). (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Nov 6, 2024
1 parent b2957f2 commit 9e110f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/three/src/nodes/utils/ReflectorNode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ declare class ReflectorNode extends TextureNode {
get reflector(): ReflectorBaseNode;

get target(): Object3D;

getDepthNode(): ShaderNodeObject<ReflectorNode>;
}

declare class ReflectorBaseNode extends Node {
Expand Down

0 comments on commit 9e110f4

Please sign in to comment.