diff options
Diffstat (limited to 'o3d/samples/vertex-shader.html')
-rw-r--r-- | o3d/samples/vertex-shader.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/samples/vertex-shader.html b/o3d/samples/vertex-shader.html index 8443374..f3f4602 100644 --- a/o3d/samples/vertex-shader.html +++ b/o3d/samples/vertex-shader.html @@ -91,7 +91,7 @@ function initStep2(clientElements) { // 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 @@ function createPlane() { 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); } |