diff options
author | hwc487 | 2012-06-06 16:34:41 -0700 |
---|---|---|
committer | hwc487 | 2012-06-06 16:34:41 -0700 |
commit | 6c994c4b90023cecf4fd0caafb404b859fe28f54 (patch) | |
tree | 75a4d813441ca6a3eb529dc88a749776459bb76e /js/lib/rdge/materials/fly-material.js | |
parent | 920436977433ea55c01ce1e73895d1db0a6abac1 (diff) | |
download | ninja-6c994c4b90023cecf4fd0caafb404b859fe28f54.tar.gz |
material cleanup and rearchitecture
Diffstat (limited to 'js/lib/rdge/materials/fly-material.js')
-rw-r--r-- | js/lib/rdge/materials/fly-material.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib/rdge/materials/fly-material.js b/js/lib/rdge/materials/fly-material.js index ca38cc83..5e14f3af 100644 --- a/js/lib/rdge/materials/fly-material.js +++ b/js/lib/rdge/materials/fly-material.js | |||
@@ -106,6 +106,7 @@ var flyMaterialDef = | |||
106 | { | 106 | { |
107 | 'u_tex0': { 'type' : 'tex2d' }, | 107 | 'u_tex0': { 'type' : 'tex2d' }, |
108 | 'u_time' : { 'type' : 'float' }, | 108 | 'u_time' : { 'type' : 'float' }, |
109 | 'u_speed' : { 'type' : 'float' }, | ||
109 | 'u_resolution' : { 'type' : 'vec2' }, | 110 | 'u_resolution' : { 'type' : 'vec2' }, |
110 | }, | 111 | }, |
111 | 112 | ||