-
Just a heads up that there is a new release (June 19 2023) https://github.com/ospray/ospray/releases/tag/v2.12.0
Does this impact Render workbench at all ?
-
`triangle` geometry should accept `ANARI_UINT32_VEC3` indicies, but requires OSPRay's `mesh` geometry indexing with `VEC4`.
Error message with valid geometry:
```
[ERROR][(nil)] ospray::Mesh must…
-
When building with CMake and MSVC against Houdini on Windows this defines from Windows headers conflict with the hdospray code
`#define far /* nothing */`
`#define near /* nothing */ `
Par…
-
A question regarding this section of the docs:
> Rendering and ospCommit
>
> The use of either ospRenderFrame or ospRenderFrameBlocking requires that all objects in the scene being rendered have …
-
# Overview
| | package | i586 | x86_64 | notes | resolution |
| --- | --- | --- | --- | --- | --- |
| | network/frr | :x: | :x: | broken by protobuf upgrade | Fixed in #7233 |
| | academ…
-
Just a heads up, I have added ANARI to microsoft/vcpkg so its a bit easier to build and use:
https://github.com/microsoft/vcpkg/tree/master/ports/anari
https://github.com/microsoft/vcpkg/pull/33213 …
-
While updating from OpenVKL 1.3.0 to 1.3.2, I stumbled upon an issue when trying to install it to a custom location. When installation starts, I get the following message on console:
```
Install the…
-
Imagine needing mm accuracy for rays that traverse several km. Has anyone looked at using double-precision numbers in Embree? How much code would have to (or want to) change if we were to convert al…
-
Hi,
I am building ospray 2.12.0 on a windows environment. This version of ospray requires embree 4.0.0 I believe. Configuring ospray with cmake complains that there is no ispc support in embree. Th…
-
extern "C" {
void ispc_printHelloWorld()
{
print("hello world from ISPC\n");
}
}
produces:
wald@w510 ~/Projects/OSPRay/sse $ ispc -I /home/wald/Projects/OSPRay/apps/testing -D__SSE4__ --pic…