diff options
author | Wei Hua <whua@google.com> | 2011-09-21 18:19:06 -0700 |
---|---|---|
committer | Wei Hua <whua@google.com> | 2011-09-21 18:20:46 -0700 |
commit | fd503232bab15a22cc1398ba2b41b8666dd0cc87 (patch) | |
tree | ad8a7787cb92155e83ee1110175fed463c603178 /res/raw | |
parent | 2ed67ea4aab712763e28cdc028689505442426d8 (diff) | |
download | LegacyCamera-fd503232bab15a22cc1398ba2b41b8666dd0cc87.zip LegacyCamera-fd503232bab15a22cc1398ba2b41b8666dd0cc87.tar.gz LegacyCamera-fd503232bab15a22cc1398ba2b41b8666dd0cc87.tar.bz2 |
Switch the Goofy face render to the new filter.
bug:5321261
Added transition effects and tune the efects according to the above bug.
The new filter is implemented using vertex shader.
Change-Id: I3b6623ee05108aede07ee8c21e759e6844e5e472
Diffstat (limited to 'res/raw')
-rw-r--r-- | res/raw/goofy_face.graph | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/raw/goofy_face.graph b/res/raw/goofy_face.graph index 8eb63a5..fa61c2d 100644 --- a/res/raw/goofy_face.graph +++ b/res/raw/goofy_face.graph @@ -68,7 +68,7 @@ } // Goofyface -@filter GoofyRenderFilter goofyrenderer { +@filter GoofyFastRenderFilter goofyrenderer { distortionAmount = 1.0; } @@ -89,7 +89,6 @@ rotation = 0; } - // Recording output @filter MediaEncoderFilter recorder { audioSource = $audioSource; |