Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(947)

Unified Diff: o3d/samples/vertex-shader.html

Issue 1561020: Hierarchy. Hierarchy. Hierarchy!!! (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « o3d/samples/primitives.html ('k') | o3d/tests/selenium/tests/pixel-perfection.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: o3d/samples/vertex-shader.html
===================================================================
--- o3d/samples/vertex-shader.html (revision 42974)
+++ o3d/samples/vertex-shader.html (working copy)
@@ -91,7 +91,7 @@
// Set up the view and projection transformations.
initContext();
- // Add the shapes to the transform heirarchy.
+ // Add the shapes to the transform hierarchy.
createPlane();
// Setup render callback.
@@ -192,7 +192,7 @@
var plane = o3djs.primitives.createPlane(
g_pack, createMaterial(), 4, 4, 300, 300);
- // Add the shape to the transform heirarchy.
+ // Add the shape to the transform hierarchy.
g_client.root.addShape(plane);
}
« no previous file with comments | « o3d/samples/primitives.html ('k') | o3d/tests/selenium/tests/pixel-perfection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698