diff options
Diffstat (limited to 'o3d/samples/texturesamplers.html')
-rw-r--r-- | o3d/samples/texturesamplers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/texturesamplers.html b/o3d/samples/texturesamplers.html index b7f0da4..23e6533 100644 --- a/o3d/samples/texturesamplers.html +++ b/o3d/samples/texturesamplers.html @@ -44,7 +44,7 @@ Demonstrates how to create samplers and set their various states. Texture Samplers </title> <script type="text/javascript" src="o3djs/base.js"></script> -<script type="text/javascript"> +<script type="text/javascript" id="o3d"> o3djs.require('o3djs.util'); o3djs.require('o3djs.math'); o3djs.require('o3djs.rendergraph'); |