-
Apparently, imgui used in ospray_studio is not using imgui's support for freetype, so fonts are mis-aligned, and no anti-aliased.
Could something be done about that?
-
These need some cleanup. Follows #1911
-
When running ospStudoi, it is creating a file called `imgui.ini` in it.
This is not really nice when no operations have been performed.
Please, consider using XDG_RUNTIME_DIR/.ospray_studio/img…
-
Hi, when I try to build pcl on Arch Linux, OSPRay dumps an error message saying:
```log
CMake Error at /lib64/cmake/ospray-2.8.0/osprayConfig.cmake:26 (message):
Failed to find OSPRay - OSPRay …
-
Currently spec allows to set light "intensity/radiance/whatever" through multiple different mechanisms, with some hand-wavy formulation of "takes precedence if also specified". The latter, however, le…
-
Most of the destructors do too much and this causes double frees. For instance, consider:
```c++
Camera::~Camera()
{
ospRelease(this->oCamera);
}
Renderer::~Renderer()
{
ospRelea…
-
```
Assertion failed: ((g.FrameCount == 0 || g.FrameCountEnded == g.FrameCount) && "Forgot to call Render() or EndFrame() at the end of the previous frame?"), function ErrorCheckNewFrameSanityChecks,…
-
It would be very useful if OSPRay could support back-face culling for mesh faces in the future. What I am asking for is an option similar to [VisRTX's experimental `cullBackfaces` option](https://gith…
-
**Describe the bug**
I get a couple crashes related to the volume and the option to render objects in serial. When there is a volume in ospray, pressing the next button will crash scirun, even if t…
-
The OSPRay isosurface renderer can often be too slow to use. Unlike the OSPRay volume renderer there does not appear to be any way to control the sampling rate along the rays (there is no Volume Sampl…
clyne updated
4 years ago