mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fixing a typo
This commit is contained in:
parent
bb38f44abf
commit
0a6ceb67ad
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ 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?
|
||||
vec3 dir = direction.xyz; // we don;t understand why yet but we need to use z as vertical axis?
|
||||
|
||||
const float C1 = 0.429043;
|
||||
|
|
Loading…
Reference in a new issue