-
Hi,
I need to save the rendered image of the loaded .obj file from exampleViewerSg.cpp by copying the renderer data to a frame buffer and then saving/writing it as in tutorial.cpp. We are not able to…
-
I'm trying to render a scene with some streamlines, spheres, and a volume rendering, but i'm getting some strange results. For example, some of the cylinder parts of the streamlines are showing up as …
-
ospcommon::vec3f translate is showing error saying that ospcommon doesnt have vec3f member.
I am not able to find a suitable header which has class ospcommon having member vec3f.
Basically the file …
-
I'm trying to find bugs in our application using the address sanitizer that is available in clang-3.9 on linux. Our application uses embree and I'm hitting errors inside embree.
I've tried to repro…
-
I recently gained access to a KNL system and ran into a strange issue when I tried volume rendering with OSPRay on the KNL. I built OSPRay v1.1.2 with TBB, ISPC v1.9.1, and ICC 17.1 on CentOS 7. When …
-
I'd like the ability to specify texture colors maps and texture coordinates for sphere and cylinder primitives as can already be done for trianglemeshes.
For ospNewGeometry("trianglemesh") just sup…
-
Hi,
I get the following error when building any of the example ospray applications:
../libospray.so.1.3.0: undefined reference to `ospray::PixelOp::Instance::~Instance()'
I am building version 1…
-
I tried building OSPRay with OpenMP configured as the tasking system (passed ```-DOSPRAY_TASKING_SYSTEM=OpenMP``` to cmake). I encounter the following error:
```
$ make ospray VERBOSE=1
/usr/loca…
-
Related: ospray/ospray#132
This is basically the same problem as #115. The compilers used in a Cray environment are wrappers around the underlying compiler driver that pass an extensive set of add…
-
Hi
I found OSPRay will give wrong rendering result when there are multiple volumes in the scene. What I did was simply putting four identical volumes next to each other, and rendered them using one…