-
-
Notifications
You must be signed in to change notification settings - Fork 74
Screen space reflection with hierarchical ray tracer #94
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
Open
fall2019
wants to merge
50
commits into
master
Choose a base branch
from
screen_space_ray_tracing
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 40 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
2c6790b
temp
fall2019 811be9b
Merge branch 'hierarchical_z_buffer' of https://github.com/asc-commun…
fall2019 f300418
max pooling
fall2019 e9079f9
prototype
fall2019 bd815fe
formatting
fall2019 c7830c0
add intensity
fall2019 38042e8
add mask
fall2019 64a1433
Delete samples/Sponza/Engine/Models/cube_2.obj
fall2019 f0739ec
Delete samples/Sponza/Engine/Models/plane_2.obj
fall2019 37d54d0
Delete samples/Sponza/Engine/Models/sphere_4.obj
fall2019 abda4e1
Delete samples/Sponza/sponza2.json
fall2019 f648672
edit user input and MD
fall2019 bb77182
Update MxApplication.cpp
fall2019 880399d
Update MxApplication.cpp
fall2019 e69efab
Update MxApplication.cpp
fall2019 4dc13a5
Update ShaderBase.cpp
fall2019 ad91f57
move Camera to header file
fall2019 f580e27
Refactoring of shader compilation
fall2019 ad87f7a
move common include into fragment
fall2019 5bfe176
Merge branch 'shader_compilation_refactoring' of https://github.com/a…
fall2019 a23f3b4
fix merge issue
fall2019 d56ab0f
add more comments
fall2019 3a2b54e
Merge branch 'master' of https://github.com/asc-community/MxEngine in…
fall2019 3b5a878
Merge branch 'master' of https://github.com/asc-community/MxEngine in…
fall2019 ce55e24
Update dirlight_fragment.glsl
fall2019 0ce84e3
Update dirlight_fragment.glsl
fall2019 3ed9c3e
Update apply_ssr_fragment.glsl
fall2019 bca72a3
Update dirlight_fragment.glsl
fall2019 27f1651
Update gbuffer_vertex.glsl
fall2019 bd98982
Update dirlight_fragment.glsl
fall2019 2417abd
Update apply_ssr_fragment.glsl
fall2019 c93f9d3
sync master
fall2019 344b15e
use MxFormat
fall2019 b1d0805
getHiz() => const reference
fall2019 a086f16
avoid memory alloc
fall2019 2e7f66f
format
fall2019 5435b7b
fomat
fall2019 4112903
using float for bool param pass to shader
fall2019 32420d7
add more comments
fall2019 fa6c9c9
Remove intensity. Expose levels to editor.
fall2019 3404e4d
Fix artefacts
fall2019 cace588
using bit shift
fall2019 df24117
pack depth clips into one texture
fall2019 26240b5
remove unused header
fall2019 31f9980
.f => .0
fall2019 674f64a
if else => ? :
fall2019 9daaa01
fix warnings
fall2019 87f009f
Remove unused lines
fall2019 18de0cc
Fix format and adjust param
fall2019 56fe9fd
change depth map packing algo
fall2019 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 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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.