thedocruby / resounding

A New Minecraft mod that provides realistic audio physics using parallel wave tracing and an improved physics algorithm.
https://thedocruby.dev/resounding
GNU Lesser General Public License v3.0
85 stars 4 forks source link

Preliminary comments on Engine, and performant approximation for reflections #69

Closed mikenrafter closed 2 years ago

mikenrafter commented 2 years ago

My work on a performant approximation on reflections, and initial basic work for fresnels.
Though this'll likely become obsolete when you finish your BSDF.

I also added lots of comments (mostly TODOs), and made minute optimizations regarding branching.

thedocruby commented 2 years ago

This is helpful! Thanks!