Capítulo 705 de 859

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

  1. GroundedSkybox has no documented properties/methods beyond what's shown above — check the source link for implementation details.

Connects To