Bladeren bron

Update rlights.h

pull/2534/head
Ray 2 jaren geleden
bovenliggende
commit
d7a0b46006
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. +2
    -0
      examples/shaders/rlights.h

+ 2
- 0
examples/shaders/rlights.h Bestand weergeven

@ -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

Laden…
Annuleren
Opslaan