diff options
Diffstat (limited to 'o3d/samples/shadow-map.html')
-rw-r--r-- | 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 0035de6..5b9b442 100644 --- a/o3d/samples/shadow-map.html +++ b/o3d/samples/shadow-map.html @@ -366,7 +366,7 @@ function createLightShape() { // Scale and translate a cube of side length 2 to get a box // that extends from [-1, -1, 0] to [1, 1, 1]. - var shape = o3djs.debug.createLineCube( + var shape = o3djs.lineprimitives.createLineCube( g_pack, o3djs.material.createConstantMaterial(g_pack, g_colorViewInfo, |