OSS-Cosmic / AmnesiaTheDarkDescent

GNU General Public License v3.0
52 stars 4 forks source link

feat: simplify material type scheme #80

Closed pollend closed 12 months ago

pollend commented 12 months ago

tries to simplify all the material data in a format that is easier to work with. MaterialType does not manage shaders anymore this separates the data from the shading logic. this is how another renderer can be built alongside this one.