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/tests/selenium | |
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/tests/selenium')
-rw-r--r-- | o3d/tests/selenium/sample_list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/o3d/tests/selenium/sample_list.txt b/o3d/tests/selenium/sample_list.txt index 9f6958a..e7c5461 100644 --- a/o3d/tests/selenium/sample_list.txt +++ b/o3d/tests/selenium/sample_list.txt @@ -89,6 +89,7 @@ medium instancing screenshot pdiff_threshold(14300) medium juggler screenshot downsample(1) medium julia screenshot small multiple-views screenshot pdiff_threshold(1900) +medium old-school-shadows screenshot pdiff_threshold(2000) medium particles screenshot pdiff_threshold(35500) medium primitives screenshot pdiff_threshold(17200) pdiff_threshold_mac(20000) colorfactor(.7) medium procedural-texture screenshot pdiff_threshold(1300) |