diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 19:50:47 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 19:50:47 +0000 |
commit | c1c79bdf27ecd2424de780fe4869b3750dea601a (patch) | |
tree | e2cb04557be3dacf1867ed6f5107f44dd2f61a82 /o3d/DEPS_gyp | |
parent | 9e48761f7b3ee4714512a8d83b483e89d5dc6dee (diff) | |
download | chromium_src-c1c79bdf27ecd2424de780fe4869b3750dea601a.zip chromium_src-c1c79bdf27ecd2424de780fe4869b3750dea601a.tar.gz chromium_src-c1c79bdf27ecd2424de780fe4869b3750dea601a.tar.bz2 |
Old School Shadow example.
Shows how to use PolygonOffset to bring the shadows forward.
Also shows how to set up a quick drawpass using some
new o3djs functions so the shadows all get drawn last.
The reference screenshot CL is here.
http://codereview.appspot.com/91103
I'll add DEPS and DEPS_gpy in this CL once this is approved.
Review URL: http://codereview.chromium.org/149507
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/DEPS_gyp')
-rw-r--r-- | o3d/DEPS_gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp index 992efa3..d73b26a 100644 --- a/o3d/DEPS_gyp +++ b/o3d/DEPS_gyp @@ -3,7 +3,7 @@ vars = { "http://src.chromium.org/svn/trunk", "nixysa_rev": "25", "chromium_rev": "19057", - "o3d_code_rev": "92", + "o3d_code_rev": "93", } deps = { |