Chapter 705: GroundedSkybox
Core Idea
Reference for GroundedSkybox.
Code Examples
import { getGroundProjectedNormal } from 'three/addons/tsl/utils/GroundedSkybox.js';
- What it demonstrates: Typical usage of GroundedSkybox.
Key Takeaways
- GroundedSkybox has no documented properties/methods beyond what's shown above — check the source link for implementation details.
Connects To