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

Extend snapshot params; fix #360; bugfixes #376

Merged
merged 6 commits into from
May 2, 2018

Conversation

tribal-tec
Copy link
Contributor

No description provided.

@tribal-tec tribal-tec requested a review from favreau May 1, 2018 08:12
@@ -200,7 +201,8 @@ class Camera : public BaseObject
BRAYNS_API void reset();

/** Enable/disables environment mapping */
BRAYNS_API virtual void setEnvironmentMap(const bool environmentMap) = 0;
BRAYNS_API virtual void setEnvironmentMap(
const bool environmentMap BRAYNS_UNUSED){};
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't the environment map be part of the scene?

@tribal-tec tribal-tec changed the title Extend snapshot params; fix #360 Extend snapshot params; fix #360; bugfixes May 2, 2018
@tribal-tec
Copy link
Contributor Author

retest this please

1 similar comment
@tribal-tec
Copy link
Contributor Author

retest this please

@tribal-tec tribal-tec merged commit 6a9d024 into BlueBrain:master May 2, 2018
@tribal-tec tribal-tec deleted the snapshot_improvements branch May 2, 2018 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants