mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 06:36:21 +02:00
Cleaning the Light.slh
This commit is contained in:
parent
0a6ceb67ad
commit
e149daa49b
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ struct SphericalHarmonics {
|
|||
vec4 evalSphericalLight(SphericalHarmonics sh, vec3 direction ) {
|
||||
|
||||
vec3 dir = direction.xyz; // we don;t understand why yet but we need to use z as vertical axis?
|
||||
vec3 dir = direction.xyz; // we don;t understand why yet but we need to use z as vertical axis?
|
||||
|
||||
const float C1 = 0.429043;
|
||||
const float C2 = 0.511664;
|
||||
|
|
Loading…
Reference in a new issue