このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Fixed lighting engine module newlines at end of file
pull/69/head
victorfisac
10年前
親
3a739c38c5
コミット
e0d8cceb65
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存