diff options
Diffstat (limited to 'o3d/samples/hellocube.html')
-rw-r--r-- | o3d/samples/hellocube.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/hellocube.html b/o3d/samples/hellocube.html index 7b09abc..c036d6f 100644 --- a/o3d/samples/hellocube.html +++ b/o3d/samples/hellocube.html @@ -42,7 +42,7 @@ This sample shows how to place an O3D area in a page and draw simple Hello Cube: Getting started with O3D </title> <script type="text/javascript" src="o3djs/base.js"></script> -<script type="text/javascript" id="o3d"> +<script type="text/javascript" id="o3dscript"> o3djs.require('o3djs.util'); o3djs.require('o3djs.math'); o3djs.require('o3djs.rendergraph'); |