Page 1 of 1

[News] Voxel Cone Tracing

Posted: Mon Aug 05, 2019 6:29 pm
by dark_sylinc

Re: [News] Voxel Cone Tracing

Posted: Tue Aug 13, 2019 12:52 pm
by madmarx
Wow, this was an extremely interesting read.
Thanks a lot for all the details.
Best regards,
Pierre

Re: [News] Voxel Cone Tracing

Posted: Thu Aug 15, 2019 8:26 pm
by xrgo
I am yet to test this, but do you think this will be usable in VR, with very high resolutions and frame rates? you mentioned that injecting the light is very fast... but its fast enough? is there any other way of baking the resulting GI in to static geometry?

thanks!!

Re: [News] Voxel Cone Tracing

Posted: Thu Aug 15, 2019 9:15 pm
by dark_sylinc
xrgo wrote: Thu Aug 15, 2019 8:26 pm you mentioned that injecting the light is very fast... but its fast enough?
Injecting light means updating the VCT data when the light setup changes (e.g. time of day changes, a lamp moves, etc)
xrgo wrote: Thu Aug 15, 2019 8:26 pm but its fast enough? is there any other way of baking the resulting GI in to static geometry?
For VR I don't think so. VCT as a whole may be a bit expensive.
If we remove the specular though, it may give you enough speed. But better wait for DDGI, which while it may offer slightly lower quality, it should give much better diffuse GI performance.

Regarding baking the GI... YES! We already have a sample showing how to bake rendering into textures.
Though managing all the meshes and material changes can get complex (and ensure the materials have UV prepared for baking)