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

Refactor subsampling into its own property #673

Merged
merged 3 commits into from
Jan 24, 2019

Conversation

tribal-tec
Copy link
Contributor

No description provided.

rolandjitsu
rolandjitsu previously approved these changes Jan 24, 2019
karjonas
karjonas previously approved these changes Jan 24, 2019
brayns/parameters/ApplicationParameters.cpp Outdated Show resolved Hide resolved
const char* argv[] = {
app, "--renderer", "proximity", "--samples-per-pixel",
"256", "demo", "--window-size", "400",
"300"};
Copy link
Contributor

Choose a reason for hiding this comment

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

remove extra spaces

Copy link
Contributor

Choose a reason for hiding this comment

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

It's clang that does it 😄

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, and it will do it again, that's why I suggest to remove the spaces and give up on the original format.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the spaces are added (back) by clang-format...

Copy link
Contributor

Choose a reason for hiding this comment

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

Actually, clang-format is making 4 columns...

brayns/parameters/RenderingParameters.cpp Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants