Getting vtkOSPRay
Precompiled Binary Download Packages
Download links for binary releases will be added soon. Until then, please build OSPRay from source.Building vtkOSPRay from Source
The latest vtkOSPRay sources are always available at the vtkOSPRay GitHub repository. The default "master" branch should always point to the latest tested bugfix release.Prerequisites
vtkOSPRay currently supports both Linux and Mac OSX (a Windows version will soon follow). In addition, before you can build vtkOSPRay you need the following prerequisites:- Install OSPRay, following these instructions.
- OSPRay also heavily uses Embree; however, OSPRay directly includes its own copy of Embree, so a special installation of Embree is not required.
Building vtkOSPRay
NOTE: vtkOSPRay is currently incorporated directly into the builds of pvOSPRay and visitOSPRay. A stand-alone build for vtkOSPRay will be released soon.