Difference between revisions of "Draft:Raymarching"
Jump to navigation
Jump to search
m (Acro moved page Raymarching to Draft:Raymarching) |
|
(No difference)
|
Latest revision as of 17:57, 24 February 2025
Raymarching is a method of graphics rendering. It can be used to render volumetric 3D. It works by inching rays forward until they hit something. It uses signed distance fields (SDFs).
Rays march forwards by steps into a data structure.