CesiumGS/cesium-unreal-samples

Disable Frustum Culling in `03_CesiumDenver`

Open

#74 opened on May 1, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees) (54 forks)auto 404
good first issue

Repository metrics

Stars
 (224 stars)
PR merge metrics
 (PR metrics pending)

Description

Frustum culling is enabled (by default) on the Aerometrex Denver dataset. When the player turns, the buildings behind them will be hidden, causing the shadows / lighting to toggle dramatically in the scene.

We normally advise turning this setting off for dynamic first-person camera movement anyway, so this would make for good practice.

Contributor guide