GaryHuan9 / Echo

An awesome ray traced 3D renderer build in C# from scratch!
MIT License
18 stars 3 forks source link

Add the Hilbert Spiral pattern #14

Closed ClemensU42 closed 2 years ago

ClemensU42 commented 2 years ago

The goal is to add a new Pattern for rendering parts of the final image. This pattern should represent a hilbert curve like this: image

Credits for the algorithm for non square hilbert spirals: https://github.com/jakubcerveny/gilbert