Does vsg currently support ray-tracing shadows and textures? #902
-
Hi ! I see a vsgraytrace.cpp demo. But I added a textured model and didn't render the texture properly. I was wondering if vsg currently supports ray-tracing shadows and textures |
Beta Was this translation helpful? Give feedback.
Answered by
robertosfield
Aug 8, 2023
Replies: 1 comment
-
The ray tracing example is VERY simple, it doesn't attempt to illustrate anything more than the bare bones use of the ray tracing extensions. An more sophisticated example of ray tracing using the VSG can be found in the VulkanPBRT project: https://github.com/Lachei/VulkanPBRT I also the vsgopenmw project has use of the ray tracing: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robertosfield
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ray tracing example is VERY simple, it doesn't attempt to illustrate anything more than the bare bones use of the ray tracing extensions.
An more sophisticated example of ray tracing using the VSG can be found in the VulkanPBRT project:
https://github.com/Lachei/VulkanPBRT
I also the vsgopenmw project has use of the ray tracing:
https://github.com/vsgopenmw-dev/vsgopenmw