aod6060 / FirstPersonShooter

This is going to be a First Person Shooter game made from scratch
MIT License
1 stars 0 forks source link

Update Render 3 - Material System #6

Closed aod6060 closed 9 years ago

aod6060 commented 9 years ago

To complement the lighting system I'm going to need a material system that helps with creating materials. This system will help me with making object look realistic. This includes setting up a basic albedo, to normal mapping to, setting the brightness of specular. This system is a must for really nice lighting.

aod6060 commented 9 years ago

This is now part of the light and material system.