Closed caleb-allen closed 5 years ago
It's novel and I haven't seen any other reading about this. You may be interested in PySpace. It has all the math more generally and with some documentation, compared to everything hard-coded in Marble Marcher.
For just the rendering part, this tutorial is a great resource.
A non-spherical object like a plane may be possible using this technique, but I'm not sure if the math works out to make that efficient. Generally, I'd just construct your object as a collections of spheres and collide with that.
Thanks for the links. Very interesting! Down the rabbit hole I go..
It will be interesting to see if this goes anywhere. A quick search reveals some work at Purdue of developing fractals for general purpose modeling. Whether it will be practical or not, the results are strangely beautiful:
Sorry for the multiple comments but this stuff is so fascinating! The same author Tim McGraw published a paper in October '18, applying concepts from volume rendering techniques used in medical image visualization to raycasting and fractals. The results are gorgeous:
Closing since there is no open issue.
Sorry if this is the wrong place, but I'm looking to get more info on this.
I love this approach, it seems really novel, and I can't find anything similar to it. What is the potential of this to non-spherical object interaction? Pardon my ignorance on the mathematics. Any other sources or reading you could point me to that inspired this? This is super cool.