CesiumGS/cesium-unreal-samples
GitHub で見るDisable Frustum Culling in `03_CesiumDenver`
Open
#74 opened on 2026年5月1日
good first issue
Repository metrics
- Stars
- (224 stars)
- PR merge metrics
- (PR metrics pending)
説明
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.