summaryrefslogtreecommitdiffstats
path: root/o3d/DEPS
diff options
context:
space:
mode:
authorkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 23:40:08 +0000
committerkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 23:40:08 +0000
commit7b7ce9d8e46d33664449c940b3e95ede0aecb3e9 (patch)
tree179b8d9ddc954d37800bd53b8b70b34ac9eb9909 /o3d/DEPS
parentffc90a1e716e6bbc54eb719862a1fd7932d53510 (diff)
downloadchromium_src-7b7ce9d8e46d33664449c940b3e95ede0aecb3e9.zip
chromium_src-7b7ce9d8e46d33664449c940b3e95ede0aecb3e9.tar.gz
chromium_src-7b7ce9d8e46d33664449c940b3e95ede0aecb3e9.tar.bz2
Generalized cylinder code in primitives.js to handle truncated cones.
o3djs.primitives.createCylinderVertices now delegates to createTruncatedConeVertices. Updated primitives.html. Added o3djs.primitives.VertexInfo.append to allow multiple VertexInfos to be placed in a single Shape for efficiency; this functionality has been tested but is not yet demonstrated in a sample. Review URL: http://codereview.chromium.org/174186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/DEPS')
-rw-r--r--o3d/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/DEPS b/o3d/DEPS
index 900f917..28994a3 100644
--- a/o3d/DEPS
+++ b/o3d/DEPS
@@ -2,7 +2,7 @@ vars = {
"chromium_trunk":
"http://src.chromium.org/svn/trunk",
"nixysa_rev": "29",
- "o3d_code_rev": "113",
+ "o3d_code_rev": "120",
"skia_rev": "279",
"gyp_rev": "553",
"gtest_rev": "267",