ScratchData LogoScratchData
Back to PeaBrainProgram's profile

3D fractal raymarcher & point cloud renderer [read description]

PEPeaBrainProgram•Created June 11, 2020
3D fractal raymarcher & point cloud renderer [read description]
150
125
2119 views
View on Scratch

Description

This project basically combines two different rendering approaches to bring both real-time and high-quality 3D fractals to scratch. When you first start the project, it'll use point cloud rendering to draw a fast, but low-quality approximation of the fractal - you can move around that in real-time using wasd and the arrow keys, and also edit the fractal by changing the variables to the left. Once you have found a good spot, you can press space once to render a more detailed preview (also using point clouds, but with more points). From there you can either press space again to finally render a high-quality, raymarched image, or press any other key to continue moving around the low-quality approximation. - - - The raymarching part in this project is basically a remake of a raymarcher I programmed in Javascript and WebGL about a year ago; if you want to explore these fractals at a higher resolution and higher fps, you might want to check that out: https://peabrainiac.github.io/webglFractal3D/main.html Also, if you are interested in how all of this works, I'd recommend you to check out CodeParade's video about raymarching and fractals on youtube - he does a really good job at explaining how these kinds of renderers work, and that video is how I first learned to make these as well. https://www.youtube.com/watch?v=svLzmFuSBhk

Project Details

Project ID404180855
CreatedJune 11, 2020
Last ModifiedJune 22, 2020
SharedJune 22, 2020
Visibilityvisible
CommentsAllowed