Marzac / le3d

A straightforward and easy to use 3D software renderer for real-time retro graphics.
https://marzac.github.io/le3d/
MIT License
60 stars 6 forks source link

Mip-mapping per triangle or per mesh #17

Closed Marzac closed 6 years ago

Marzac commented 6 years ago

Right now mip-mapping can be switched on or off at compile time. I think it should be a property that should be configurable during the execution as there are cases where you want to disable the mip-mapping.

Marzac commented 6 years ago

Done on V1.7. Very handy for skyboxes for example.