Is it possible to get the triangle mesh data out of ospray::cpp::World #578
Closed
fatecasino
started this conversation in
General
Replies: 1 comment 1 reply
-
This is not possible. OSPRay as a rendering library has a "write only" API. For some devices / backends like GPU or MPI the data may even not be available anymore in the local host's memory. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to ask if it is possible to do the reverse process of ospTutorial.cpp and get the actual triangle mesh data (std::vector vertex) out of the World object. Any code example would be more than helpful!
Beta Was this translation helpful? Give feedback.
All reactions