Collin Boots Project 1 Updates#18
Open
cboots wants to merge 69 commits intoCIS565-Fall-2013:masterfrom
Open
Conversation
…igs for debug mode.
Added some utility macros for min,max, and swap.
Still need to fix bug with box intersection. Disabled box intersects for now.
…appear to be computed correctly
…ions really simply to the cuda kernel. These should be reconfigurable on the fly, so I'll implement some keyboard options soon to affect that.
…ng modes. Successfully tested them.
Having trouble with washout.
… optional supersampling logic.
… much if at all." This reverts commit a9c5f38. No longer supports anti-aliasing, but want to do adaptive sampling anyways so who cares. Added FPS counter
…sing me much grief.
… cool effect that wasn't supposed to happen.
When I was calculating the number of samples I needed per pixel, some blocks had already executed and drawn to the image. I split the AA functionality into multiple kernels and everything seems to run great now including debug mode!
…or seed to prevent time dependent pixel motion.
Fixed the bitmap output and added a few
Started to replace default readme with my own
…tracer see if I get different results.
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.
I'm still going to do a little more performance analysis tonight but I needed to submit as is for the deadline.