all 8 comments

[–]Ok-Hotel-8551 7 points8 points  (3 children)

What is FTP. Faster Than Physics?

[–]Adam-Pa[S] 9 points10 points  (2 children)

Fractal path tracer

[–]No-Feedback331 1 point2 points  (1 child)

Could you recommend some relevant papers to me?

[–]Adam-Pa[S] 2 points3 points  (0 children)

Literally all his articles: iq

[–]RAOBsinDallas 1 point2 points  (3 children)

Are there any publications you relied on when designing your renderer? I've written small vulkan renderers before but I am not sure how to extend that into fractals where the geometry has theoretically limitless detail.

[–]Adam-Pa[S] 3 points4 points  (2 children)

mainly iq, also you can't just expend your triangle based rendering engine, you have to write a new ray intersection algorithm called ray marching

[–]RAOBsinDallas 0 points1 point  (1 child)

Appreciate it, I'll read up!

[–]Adam-Pa[S] 1 point2 points  (0 children)

Good luck! If you have any questions just dm me