mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-17 19:21:30 +12:00
clang-format
This commit is contained in:
parent
8f8f442f0f
commit
2c4473bb6e
1 changed files with 9 additions and 9 deletions
|
@ -233,7 +233,7 @@ void calcLighting(out vec4 primary_color, out vec4 secondary_color) {
|
||||||
// Positional Light
|
// Positional Light
|
||||||
if (bitfieldExtract(GPUREG_LIGHTi_CONFIG, 0, 1) == 0) {
|
if (bitfieldExtract(GPUREG_LIGHTi_CONFIG, 0, 1) == 0) {
|
||||||
error_unimpl = true;
|
error_unimpl = true;
|
||||||
//half_vector = normalize(normalize(light_vector + v_view) + view);
|
// half_vector = normalize(normalize(light_vector + v_view) + view);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Directional light
|
// Directional light
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue