-
Here's the compile-line that cmake generates
cd /home/wald/Projects/ospray/bin/ospray && /home/wald/Projects/ispc-v1.9.1-linux/ispc -I /home/wald/Projects/ospray/ospray -I /home/wald/Projects/ospra…
-
Hello,
I've considered the following bug when attempting to build the pathtracer module on Windows:
**Description**
In "ospray/fb/FrameBuffer.h", the ospray::TileError class declaration is miss…
-
-
I delete ospray/embree-v2.7.1 and set OSPRAY_USE_EXTERNAL_EMBREE:BOOL=ON, yet it still installs libembree:
```
-- Installing: /usr/ports/graphics/ospray/work/stage/usr/local/share/doc/OSPRay/README.…
-
It should look for libtbbmalloc.so, not libtbbmalloc.so.2. On my OS it's libtbbmalloc.so.4
Please drop the numeric suffix.
Also you shouldn't require tbb_debug.so libs by default. I tried ```-DTBB…
-
I'd like the ability to clear the alpha channel to a known value at the start of a render. Perhaps a bgAlpha (1f) parameter to go along with the existing bgColor (3f) parameter or a new bgColor (4f) p…
-
just so we don't forget about this: this looks fishy, but can't curently look at it!
/home/wald/Projects/ospray/modules/DPRT/DPRT.cpp(82): warning #1011: missing return statement at end of non-void…
-
When including ```boost/simd/arithmetic.hpp```, I get the following compile errors (gcc-6.2.1 and gcc-5.4.0, both from Arch linux package manager, clang-3.9.1 on the same machine works):
[ 3%] Bui…
-
We've been hunting down an issue in ParaView+OSPRay. Here I have reproduced it with just OSPRay.
Here's a triangle-mesh sphere with only ambient lighting. Normals are not provided.
![0](https://clou…
-
Is it possible to access the Embree device used by OSPRay within a user geometry module?
The API does provide `OSPDevice ospGetCurrentDevice();` and in ospray::api::Device, there is `static RTCDevi…