2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

Models_material_pbr partial rewrite

This commit is contained in:
Mikael Rasmussen 2018-10-23 18:06:03 +02:00
parent 6f6212c335
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 //TODO: move the light system out into it's own class file, rlights.h original
//also make it work properly
public struct Light public struct Light
{ {
public bool enabled; public bool enabled;