diff options
Diffstat (limited to 'o3d/samples/shadow-map.html')
-rwxr-xr-x | o3d/samples/shadow-map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/shadow-map.html b/o3d/samples/shadow-map.html index 47230f1..cecaeef 100755 --- a/o3d/samples/shadow-map.html +++ b/o3d/samples/shadow-map.html @@ -48,7 +48,7 @@ render pass samples it to determine which points in the scene are in shaodow. Shadow Mapping </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'); |