-
Just ran into a weird build/run issue that took me a while to track down: _if_ one ever builds ospray in non-external-embree mode one actually gets a libembree.so in the current build directory; and e…
-
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…
-
OSPray appears to treat transparent geometry differently for shadows resulting from direct lighting (e.g. from a directional light) vs. AO lighting. For direct lighting, things appear to work more or…
-
Hi,
I wonder if it is also possible to query the state of the ospray API somehow. Currently I understand that the API only supports setting information such as parameter values etc. There could be us…
-
Hi, I am trying to set the far clip in a camera, using the setRay(..., far, near) API but this does not seem to work. The nearClip value works fine, but the farClip appears to be ignored and produces …
-
Hi,
I want to traverse the Materials and extract a texture.
auto kd = pbrtMat->findParam < ??? >("Kd");
I am struggling to identify the proper type and vs2013 is silent.
kd is always empt…
-
I couldn't find a fix in existing issues for the situation. I am compiling with external embree 2.12.0 on Archlinux. The embree (in archlinux community repo) is configured with
```
cmake \
-D…
-
Hi, Linking fails. And I fail to find the solution.
-
Hello,
It's hard to know where to ask such a question so I post it here.
I have a basic understanding of what sverchok can do. My question is far beyond my capabilities with Sverchok at the moment.…
-
Is multiple textures per triangle mesh support planned for the SciVis renderer? i.e. a list of textures per material, and a corresponding list of UV coordinates per vertex.
In our application we u…