mortacious / python-optix

Python wrapper for the OptiX 7 raytracing engine using Cython.
MIT License
24 stars 3 forks source link

Implement dynamic material example and dynamic geometry example #2

Closed keckj closed 2 years ago

keckj commented 3 years ago

This pull request add the support for the following:

New examples

Add support for interactive OpenGL examples:

New features:

The two new examples required some additions to the existing wrapper:

Bug fixes

mortacious commented 3 years ago

Wow, really nice work! I will review and merge this as soon as possible once I get back from my vacation.