summaryrefslogtreecommitdiffstats
path: root/o3d/samples/primitives.html
diff options
context:
space:
mode:
authorpetersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-12 21:00:00 +0000
committerpetersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-12 21:00:00 +0000
commite512583b79e366db399a6566964412bb6e5af823 (patch)
treee15e3c05e273a0366caf2fcbc5689ae377b3e877 /o3d/samples/primitives.html
parenta37a999f87eed77b08e7e1b6bdb86d406f31ea9b (diff)
downloadchromium_src-e512583b79e366db399a6566964412bb6e5af823.zip
chromium_src-e512583b79e366db399a6566964412bb6e5af823.tar.gz
chromium_src-e512583b79e366db399a6566964412bb6e5af823.tar.bz2
Added textures, texture samplers and render targets to o3d-webgl. Also fixed bugs, added calls to parent class constructor to classes that didn't have them before, added a few demos to exhibit/test textures and render surfaces.
Review URL: http://codereview.chromium.org/856004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/samples/primitives.html')
-rw-r--r--o3d/samples/primitives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/primitives.html b/o3d/samples/primitives.html
index e61cdae..27763d1 100644
--- a/o3d/samples/primitives.html
+++ b/o3d/samples/primitives.html
@@ -155,7 +155,7 @@ function createShapes() {
createMaterial([1,0,0,1]),
1.0, // Radius of the sphere.
30, // Number of meridians.
- 20); // Number of parallels.
+ 20); // Number of parallels.
var cylinder = o3djs.primitives.createCylinder(
g_pack,