gazebosim / gz-rendering

C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.
https://gazebosim.org
Apache License 2.0
56 stars 51 forks source link

OptiX 8.0.0 is ALREADY out... #1010

Open jiapei100 opened 3 months ago

jiapei100 commented 3 months ago

Any plan to have gz-rendering updated to be compatible with OptiX 8.0.0?

Cheers

mjcarroll commented 3 months ago

The current implementation was written against OptiX 3.8 (https://github.com/gazebosim/gz-rendering/blob/gz-rendering8/CMakeLists.txt#L183-L185) so it is likely substantially outdated and would need a good bit of work to bring up to date.

I don't believe there is anyone planning to do this work at this point, but contributions to do so are welcome.