Hacker News new | ask | show | jobs
by dualogy 5121 days ago
Turns out it IS voxels! https://twitter.com/Icare3D/status/211404654062481408

(Of course the (fairly lo-res compared to your screen) voxelized geometry representation is not rendered directly to screen ala Atomontage or Gigavoxels -- the the GI is based on RT scene voxelization and approximate cone-tracing.)

Well that's awesome because at least there's (A) a paper for this (grokking it is another matter) and (B) seems like it runs really smoothly on next-gen GPUs!

1 comments

lo-res being the key :) I can see how the voxel representation would be computed and made resident in GPU memory. What's amazing to me, that such a highly branched computation algorithm is now possible in real-time on a GPU! (we had branching available since SM 3.0 - but was "not recommended")