Skip to content

Implemented DDA Renderer - #718

Merged
TheJeran merged 2 commits into
mainfrom
jp/DDA
Aug 10, 2026
Merged

Implemented DDA Renderer#718
TheJeran merged 2 commits into
mainfrom
jp/DDA

Conversation

@TheJeran

Copy link
Copy Markdown
Collaborator

This update replaced the optimized fragment raymarcher with a DDA renderer.
DDA is now the default with Raymarching and its settings hidden. Enabling pixel interpolation switches the Renderer to Raymarching and you cannot switch back.

DDA has greater performance than Raymarching and doesn't produce artifacts. It doesn't provide smooth animation playback though as it is discretized. But this may be circumventable if needed

@TheJeran
TheJeran merged commit ac40920 into main Aug 10, 2026
6 checks passed
@TheJeran
TheJeran deleted the jp/DDA branch August 10, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant