Skip to content
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

Added Global Illumination to OptiX volume rendering #135

Merged
merged 1 commit into from
Mar 16, 2017

Conversation

favreau
Copy link
Member

@favreau favreau commented Mar 16, 2017

No description provided.

@favreau favreau merged commit e53f394 into BlueBrain:master Mar 16, 2017
@@ -88,6 +88,9 @@ rtDeclareVariable(uint, colorMapSize, , );

rtBuffer<uchar4, 2> output_buffer;

#define VOLUME_SHADOW_SAMPLES_FACTOR 32
#define VOLUME_DEFAULT_ALPHA 2.f
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't you use const variables? They are fine in headers as they don't violate the single definition rule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants