diff options
author | kkania@google.com <kkania@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 22:31:23 +0000 |
---|---|---|
committer | kkania@google.com <kkania@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 22:31:23 +0000 |
commit | 9e609db4c534486377077dc4b058f08ab1de2a60 (patch) | |
tree | eb03a8b80335292fac7b6132850b0e11522b958f /o3d/samples/shadow-map.html | |
parent | 2b6eb7a41393fad6757ad261130f6eb109903a60 (diff) | |
download | chromium_src-9e609db4c534486377077dc4b058f08ab1de2a60.zip chromium_src-9e609db4c534486377077dc4b058f08ab1de2a60.tar.gz chromium_src-9e609db4c534486377077dc4b058f08ab1de2a60.tar.bz2 |
Fix minor issues for some tests, and disable others.
Review URL: http://codereview.chromium.org/660152
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/samples/shadow-map.html')
-rw-r--r-- | o3d/samples/shadow-map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/shadow-map.html b/o3d/samples/shadow-map.html index 0035de6..5b9b442 100644 --- a/o3d/samples/shadow-map.html +++ b/o3d/samples/shadow-map.html @@ -366,7 +366,7 @@ function createLightShape() { // Scale and translate a cube of side length 2 to get a box // that extends from [-1, -1, 0] to [1, 1, 1]. - var shape = o3djs.debug.createLineCube( + var shape = o3djs.lineprimitives.createLineCube( g_pack, o3djs.material.createConstantMaterial(g_pack, g_colorViewInfo, |