feat: DynamicSkyNode + FogNode + dynamic-sky sample (3.3.0)#674
Merged
ThomasGorisse merged 1 commit intomainfrom Mar 20, 2026
Merged
feat: DynamicSkyNode + FogNode + dynamic-sky sample (3.3.0)#674ThomasGorisse merged 1 commit intomainfrom
ThomasGorisse merged 1 commit intomainfrom
Conversation
…map) - DynamicSkyNode — SceneScope extension that drives a Filament SUN light based on time-of-day (0–24 h); colour, intensity and direction all update reactively. Turbidity parameter controls sunrise/sunset warmth. - FogNode — reactive composable that applies View.fogOptions (density, height falloff, colour) on each recomposition. - samples/dynamic-sky — interactive demo with time-of-day slider, turbidity and sun intensity controls, togglable fog, Fox.glb model and HDR environment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8ebd2ec to
3d6a3b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SceneScopeextension composable that drives a FilamentSUNlight based ontimeOfDay(0–24 h). Sun position, colour (night → warm orange → white noon) and intensity all react to recomposition.View.fogOptions(density, height falloff, colour) on each recomposition. Zero overhead whenenabled = false.Roadmap
Closes 3.3.0 items:
DynamicSkyNodeandFogNode.Test plan
:samples:dynamic-sky:assembleDebug🤖 Generated with Claude Code