Skip to content

Commit

Permalink
[webgl] fix lambert shader spec deps
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 17, 2015
1 parent fee8632 commit cb53c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geom-webgl/src/shaders.org
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ Currently the following options are supported:
[vs-src]
{:vs (->> vs-src
(glsl/glsl-spec-plain
[vertex/mvp vertex/normal light/lambert-abs])
[vertex/mvp vertex/normal light/lambert light/lambert-abs])
(glsl/assemble))
:fs "void main(){gl_FragColor=vCol;}"
:uniforms {:model [:mat4 M44]
Expand Down

0 comments on commit cb53c2a

Please sign in to comment.