Hacker News new | ask | show | jobs
by maikklein 4272 days ago
Perfect timing, I just started to look at voxels yesterday.

Which resources can you recommend if I want to learn more about voxels?

1 comments

See my response to ilolu - I most recommend diving in and experimenting yourself - maybe build something that is on the CPU first since it is easier to work with. Voxels are really intuitive, you are just manipulating a 3D array of data (more complex once you get into compression and things like that). I learned everything just by playing around with code. :)