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

Add support for DeflectPixelOp for optimized streaming with OSPRay #195

Merged
merged 2 commits into from
Aug 10, 2017

Conversation

tribal-tec
Copy link
Contributor

No description provided.

@@ -46,16 +48,17 @@ OSPRayEngine::OSPRayEngine(int argc, const char** argv,
<< std::endl;
}

RenderingParameters& rp = _parametersManager.getRenderingParameters();
if (!rp.getModule().empty())
ospLoadModule(rp.getModule().c_str());
Copy link
Member

Choose a reason for hiding this comment

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

Maybe ospLoadModule returns a value that would be a better check for knowing if the module is loaded?

deflect::SizeHints sizeHints;
sizeHints.preferredWidth = windowSize.x();
sizeHints.preferredHeight = windowSize.y();
sizeHints.minWidth = 64;
Copy link
Member

Choose a reason for hiding this comment

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

Why 64? Magic value? or a parameter depending on the engine? embree tile size? Deflect tile size?

@tribal-tec tribal-tec merged commit 96eb11f into BlueBrain:master Aug 10, 2017
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.

2 participants