mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 07:35:41 +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
|
||||
if (bitfieldExtract(GPUREG_LIGHTi_CONFIG, 0, 1) == 0) {
|
||||
error_unimpl = true;
|
||||
//half_vector = normalize(normalize(light_vector + v_view) + view);
|
||||
// half_vector = normalize(normalize(light_vector + v_view) + view);
|
||||
}
|
||||
|
||||
// Directional light
|
||||
|
|
Loading…
Add table
Reference in a new issue