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:
parent
6f6212c335
commit
fc0be2eca2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user