From 7b7ce9d8e46d33664449c940b3e95ede0aecb3e9 Mon Sep 17 00:00:00 2001 From: "kbr@google.com" Date: Thu, 20 Aug 2009 23:40:08 +0000 Subject: 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 --- o3d/DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3d/DEPS') 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", -- cgit v1.1