ospray / anari-ospray

Translation layer from ANARI to OSPRay, ANARILibrary and ANARIDevice "ospray".
Apache License 2.0
17 stars 5 forks source link

Update README.md #7

Closed griffin28 closed 1 year ago

griffin28 commented 2 years ago

Looks like the status has changed on what is implemented in v0.2.

Currently in the process of installing the latest anari-ospray and will test the above.

johguenther commented 2 years ago

A small subset of samplers work (notably plain image2d) but still much functionally is missing (in/outTransform, attributes other than 0, wrap modes; primitive and images3d samplers) which is why I kept samplers in the "not implemented" section.

Similarly for mapping of arrays:

void *OSPRayDevice::mapArray(ANARIArray a)
{
  throw std::runtime_error("mapping arrays not yet supported");
}
johguenther commented 1 year ago

README is updated wrt. samplers.