-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ground atmosphere #6877
Merged
Merged
Add ground atmosphere #6877
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
b3aeee9
Add back ground atmosphere from space.
bagnell c052aa0
Fix fog.
bagnell 381c0b2
Merge branch 'master' into atmosphere
bagnell 75e14f7
Add option to enable disable ground atmosphere.
bagnell 139a529
Fix sky atmosphere.
bagnell edc42fa
Revert sky atmosphere changes.
bagnell e642085
Remove unused code in sky atmosphere shader.
bagnell 5f11c50
Fix night atmosphere color.
bagnell d3a9950
Use atmosphere with correct sun lighting.
bagnell bb402de
Make night fade in/out distances a uniform.
bagnell 2e2b825
Update doc.
bagnell a708860
Fix 2D/CV.
bagnell 31de234
Update CHANGES.md.
bagnell f6bf14c
Merge branch 'master' into atmosphere
bagnell dbccbd8
Merge branch 'master' into atmosphere
bagnell a7234d7
Merge branch 'master' into atmosphere
bagnell 9d31730
Make ground atmosphere per-fragment for a smoother transition from ni…
bagnell 2279eac
Only use per-fragment ground atmosphere when the camera is greater th…
bagnell f6a1522
Merge branch 'master' into atmosphere
bagnell 1e6aafe
Merge branch 'master' into atmosphere
bagnell 681fb0f
Merge branch 'master' into atmosphere
bagnell 2225851
Update CHANGES.md after merge.
bagnell 8da546f
Merge branch 'master' into atmosphere
bagnell fc3e0c7
Merge branch 'master' into atmosphere
bagnell 4426bd2
Clean up globe shader parameters.
bagnell bfd11bd
More aggressive fade distances. Have enable lighting off by default.
bagnell 7180803
Change water specular intensity when ground atmosphere is enabled.
bagnell 80e591d
Fix day/night terrain shading.
bagnell e1005fe
Tweak params
lilleyse 61cf20e
Merge branch 'master' into atmosphere
bagnell 85b08e5
Fade water effect when zooming.
bagnell 14e3114
Fix for when atmosphere is disabled.
bagnell 3636dbb
Add atmosphere lighting example.
bagnell 5e36c99
More tweaks
lilleyse a53cd15
Reset sliders and text box when the reset button is clicked in the at…
bagnell 3fc5808
Update from review.
bagnell fe410fa
Remove input ids.
bagnell a623027
Fix fog.
bagnell b75d1cf
Update docs and changes a bit
lilleyse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the proper way to do this in knockout is:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Updated.