Replies: 1 comment 2 replies
-
Hi @kimren227 , Currently shape plugins can only be implemented in C++. In order to use your custom shape with OptiX, you will also need to provide a CUDA implementation of the I would recommend you take a look at Regarding the implementation of the other methods, those are often necessary to use the shape as an area emitter. You can probably skip those if you are not planning on using it this way. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wish to implement a custom shape plugin, i.e Quadrics. What's the best way of doing that? Hope someone can point me to some starting documents or examples.
My Attemps so far:
Many thanks in advance.
Daxuan
Beta Was this translation helpful? Give feedback.
All reactions