Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 195c3002 authored by Android Code Review's avatar Android Code Review
Browse files

Merge change 11106

* changes:
  Calculate specular lighting correctly
parents ff5fffd6 5db6bca7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -285,6 +285,7 @@ struct light_t {
    vec4_t      normalizedObjPosition;
    vec4_t      spotDir;
    vec4_t      normalizedSpotDir;
    vec4_t      objViewer;
    GLfixed     spotExp;
    GLfixed     spotCutoff;
    GLfixed     spotCutoffCosine;