File: TileShadowNodeHelper.md | Updated: 11/15/2025
Helper class to manage and display debug visuals for TileShadowNode.
TileShadowNodeHelper is an addon, and must be imported explicitly, see Installation#Addons.
import { TileShadowNodeHelper } from 'three/addons/tsl/shadows/TileShadowNodeHelper.js';
tileShadowNode | The TileShadowNode instance to debug.
---|---
Removes all debug objects (planes and helpers) from the scene.
Initializes the debug displays (planes and camera helpers). Should be called after TileShadowNode has initialized its lights and shadow nodes.
Updates the debug visuals (specifically camera helpers). Should be called within TileShadowNode's update method.