jalberse / shimmer

Physically based rendering in Rust
Apache License 2.0
33 stars 0 forks source link

Textures #60

Closed jalberse closed 4 months ago

jalberse commented 4 months ago

This adds support for image textures, including mipmap generation and selection. We're finally making use of those ray differentials that have thus far just been transported along for fun :)