This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
Fixed lighting engine module newlines at end of file
pull/69/head
victorfisac
пре 10 година
родитељ
3a739c38c5
комит
e0d8cceb65
2 измењених фајлова
са
2 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lighting.c
+1
-1
src/lighting.h
+ 1
- 1
src/lighting.c
Прегледај датотеку
@ -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
Прегледај датотеку
@ -84,4 +84,4 @@ void SetMaterialNormalDepth(Material *material, float depth); // Set n
}
#
endif
#
endif
/
/
LIGHTING_H
#
endif
/
/
LIGHTING_H
Write
Preview
Loading…
Откажи
Сачувај