-
Notifications
You must be signed in to change notification settings - Fork 71
Resampled Importance Sampling bxdfs #1027
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
83e30e4
Merge branch 'master' into ris_bxdfs
keptsecret 067d107
change concepts for bxdf to *_and_weight methods, make changes for co…
keptsecret fc6deb8
pdf method renamed to denominator, don't expect to be used
keptsecret f2e2265
camelcase method names, no need for denominator method (pdf is pdf an…
keptsecret 0708859
refactor cook torrance to fit concept
keptsecret 63cd4df
changes to method names in pt concept, use *_weight instead of pdf an…
keptsecret a877934
renamed pdf to forwardPdf
keptsecret 64ce3ba
add tractable pdf trait to bxdfs
keptsecret 148b9bd
bxdf input random to generate has variable dimensions (brdf>=2; bsdf>…
keptsecret 95a3862
merge master, fix conflicts
keptsecret 946c9c7
pass ray to nee generate instead, store depth in ray
keptsecret 4f4421d
nee deferredPdf is deferredWeight
keptsecret a70f420
all bxdfs have a cache type from generate to quotient_weight, microfa…
keptsecret dab4a18
eval should have its own cache type in concepts
keptsecret fb878a6
minor typo bug fixes
keptsecret 4171059
eval returns a value_and_weight type, fixed some bugs in bxdf concept
keptsecret 0e16279
made value_and_pdf compose from value_and_weight
keptsecret 345865f
reuse quant query and other stuff from forwardPdf in quotient and eva…
keptsecret a98cd45
reuse reflectance from forwardpdf in eval
keptsecret d0ed7d3
renamed quotient_pdf type to quotient_weight type
keptsecret 110547a
minor fixes to cook torrance, removed redundant functions
keptsecret ef9156e
only microfacet bxdfs need eval cache type, allow for overload with e…
keptsecret 05124c2
latest example
keptsecret efa17ca
latest example
keptsecret bea4780
minor changes to concepts, microfacet bxdfs have eval that autogenera…
keptsecret 7d27081
added additional checks for a=0 to get pdf=inf
keptsecret d8271b9
regular bxdfs also have eval that don't need cache as input param
keptsecret e4a8319
regular bxdfs don't take cache for eval
keptsecret 920c44a
latest example
keptsecret 52228ca
use isinf because don't need to look out for NaNs
keptsecret f11902b
there was a bug in `decode_before_scramble_helper`
devshgraphicsprogramming 5efa330
check pdf for NaN as well to reduce BSDF flickering, still not entire…
keptsecret 3082d9e
latest example
keptsecret 9076efb
fix fresnel iridescent not doing transmission
keptsecret 6c49c99
check for nan not required after fixing path tracer
keptsecret ff9321e
removed cache from lambertian eval that forgot to remove
keptsecret b49e590
merge master, fix conflicts
keptsecret bb63a41
update submodules that was incorrectly regressed
keptsecret b31b8b6
fix to lambertian quotient_weight using wrong pdf
keptsecret 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
Oops, something went wrong.
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.