浏览代码

Update rlights.h

pull/2534/head
Ray 2 年前
父节点
当前提交
d7a0b46006
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      examples/shaders/rlights.h

+ 2
- 0
examples/shaders/rlights.h 查看文件

@ -49,6 +49,7 @@ typedef struct {
Vector3 position;
Vector3 target;
Color color;
float attenuation;
// Shader locations
int enabledLoc;
@ -56,6 +57,7 @@ typedef struct {
int positionLoc;
int targetLoc;
int colorLoc;
int attenuationLoc;
} Light;
// Light type

正在加载...
取消
保存