File: StereoPassNode.md | Updated: 11/15/2025
A special render pass node that renders the scene as a stereoscopic image.
StereoPassNode is an addon, and must be imported explicitly, see Installation#Addons.
import { stereoPass } from 'three/addons/tsl/display/StereoPassNode.js';
Constructs a new stereo pass node.
scene | The scene to render.
---|---
camera | The camera to render the scene with.
This flag can be used for type testing.
Default is true.
The internal stereo camera that is used to render the scene.
This method is used to render the stereo effect once per frame.
frame | The current node frame.
---|---
Overrides: PassNode#updateBefore