diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 18:01:05 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 18:01:05 +0000 |
commit | 435e5ff915fafe4aa95195688e4443d6d98c1984 (patch) | |
tree | d1c3eb1e178abb6ef02b45853caca70ca30c2bed /o3d/samples/skinning.html | |
parent | 167f8adb2e665acb24a5dd4d8fec87a5ac861dc2 (diff) | |
download | chromium_src-435e5ff915fafe4aa95195688e4443d6d98c1984.zip chromium_src-435e5ff915fafe4aa95195688e4443d6d98c1984.tar.gz chromium_src-435e5ff915fafe4aa95195688e4443d6d98c1984.tar.bz2 |
Updates the bitmap and skinning samples and gets the
latest reference images.
Review URL: http://codereview.chromium.org/173183
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/samples/skinning.html')
-rw-r--r-- | o3d/samples/skinning.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/skinning.html b/o3d/samples/skinning.html index c329623..79d1cdc 100644 --- a/o3d/samples/skinning.html +++ b/o3d/samples/skinning.html @@ -220,7 +220,7 @@ function initStep2(clientElements) { // to the SkinEval so the SkinEval will fill them in each frame. var streamBank = shape.elements[0].streamBank; streamBank.bindStream(skinEval, g_o3d.Stream.POSITION, 0); - streamBank.bindStream(skinEval, g_o3d.Stream.POSITION, 0); + streamBank.bindStream(skinEval, g_o3d.Stream.NORMAL, 0); // Setup an onrender callback for animation. g_client.setRenderCallback(onrender); |