RenderKit / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
1k stars 182 forks source link

How can I run the simple tutorial on linux? #328

Closed fdvty closed 5 years ago

fdvty commented 5 years ago

I have compiled the source code and got 'ospTutorial'. How can I make it work? I tried: # ./ospExampleViewer ./ospTutorial but it returned "unsupported file format" and nothing was shown in my window. What should I do?

jeffamstutz commented 5 years ago

Hi,

ospTutorial and ospExampleViewer are both executables. If you just run ./ospTutorial, you'll get two .ppm images as explained in our documentation here.

ospExampleViewer takes 3D scene data files on the command line and shows them in an interactive window. Have a look at our demos page to see some examples to work with.

fdvty commented 5 years ago

Thank you SO MUCH! It works!

jeffamstutz commented 5 years ago

:)