heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
70 stars 3 forks source link

Implement an efficient derivative calculation for TextureField #3

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

Especially for Nearest and Linear sampling, it shouldn't be too hard to write an analytic derivative. Currently it's falling back to finite differences.