ScratchData LogoScratchData
Back to mirdev_spacekroko's profile

Something strange

MImirdev_spacekroko•Created July 20, 2021
Something strange
1
1
16 views
View on Scratch

Instructions

wait wat Move with the arrow keys. Change the slider that appears when you hover your mouse over the top of the canvas to change the number of objects in the scene. Ray Marching finds where the ray (blue) collides with an object (white). It does this by calculating the shortest distance to the objects in the scene (orange) and then moves along the ray with that distance. This ensures that the ray never goes past said intersection. Ray marching is often used to simulate light in photorealistic rendering. Ray casting works the same way with the exception that the step size is constant; ray marching is therefore generally faster.

Project Details

Project ID554543894
CreatedJuly 20, 2021
Last ModifiedJuly 20, 2021
SharedJuly 20, 2021
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root