Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
Update rlights.h
pull/2534/head
Ray
hace 3 años
padre
77b9ca50e0
commit
d7a0b46006
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
examples/shaders/rlights.h
+ 2
- 0
examples/shaders/rlights.h
Ver fichero
@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar