diff options
Diffstat (limited to 'o3d/samples/manipulators/rotate1.html')
-rw-r--r-- | o3d/samples/manipulators/rotate1.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/o3d/samples/manipulators/rotate1.html b/o3d/samples/manipulators/rotate1.html index 226001e..e7c95d4 100644 --- a/o3d/samples/manipulators/rotate1.html +++ b/o3d/samples/manipulators/rotate1.html @@ -30,9 +30,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <!-- -Translate2 manipulator +Rotate1 manipulator -This sample shows how to use the o3djs.manipulators.Translate2 class +This sample shows how to use the o3djs.manipulators.Rotate1 class to interactively drag objects around the scene. --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" @@ -41,7 +41,7 @@ to interactively drag objects around the scene. <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title> -Translate2 Manipulator +Rotate1 Manipulator </title> <script type="text/javascript" src="../o3djs/base.js"></script> <script type="text/javascript" id="o3dscript"> @@ -271,9 +271,9 @@ function unload() { </script> </head> <body onload="initClient()" onunload="unload()"> -<h1>Translate2 Manipulator Sample</h1> +<h1>Rotate1 Manipulator Sample</h1> This example shows how to move objects around the scene using the -Translate2 manipulator. +Rotate1 manipulator. <br/> <!-- Start of O3D plugin --> <div id="o3d" style="width: 600px; height: 600px;"></div> |