Watch
2
0
Fork
You've already forked raylib-cs
0

Models_material_pbr partial rewrite

This commit is contained in:
Mikael Rasmussen 2018-10-23 18:06:03 +02:00
commit fc0be2eca2

View file

@ -11,6 +11,7 @@ public enum LightType
};
//TODO: move the light system out into it's own class file, rlights.h original
//also make it work properly
public struct Light
{
public bool enabled;