Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Archivist
/
raylib-src
mirror da
https://github.com/raysan5/raylib
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
24
Wiki
Attività
Sfoglia il codice sorgente
Fixed lighting engine module newlines at end of file
pull/69/head
victorfisac
9 anni fa
parent
3a739c38c5
commit
e0d8cceb65
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/lighting.c
+1
-1
src/lighting.h
+ 1
- 1
src/lighting.c
Vedi File
@ -121,4 +121,4 @@ void SetMaterialGlossiness(Material *material, float glossiness)
void
SetMaterialNormalDepth
(
Material
*
material
,
float
depth
)
{
material
-
>
normalDepth
[
0
]
=
depth
;
}
}
+ 1
- 1
src/lighting.h
Vedi File
@ -84,4 +84,4 @@ void SetMaterialNormalDepth(Material *material, float depth); // Set n
}
#
endif
#
endif
/
/
LIGHTING_H
#
endif
/
/
LIGHTING_H
Scrivi
Anteprima
Caricamento…
Annulla
Salva