Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 717 Bytes

ospray.md

File metadata and controls

29 lines (27 loc) · 717 Bytes

ospray Examples:

NOTICE: To run example xfrog-forest you have to uncomment line:

#include(ospray-example_xfrog.m4)
in file: "Xeon/<_OS_>/graphics/ospray/Dockerfile.m4"

And then build image

NOTICE2: Image have to be run in GUI interface with params:

--network=host --env=DISPLAY

To run example please execute:

/home/ospray/build/ospExampleViewer /home/example/xfrog-forest.xml

NOTICE: In case of error:

Error 65544: X11: Failed to open display :0
terminate called after throwing an instance of 'std::runtime_error'
what():  Could not initialize glfw!

Please add this parameter for image

--volume="/home/<username>/.Xauthority:/root/.Xauthority:rw"