Index: samples/o3d-webgl-samples/shadow-map.html |
=================================================================== |
--- samples/o3d-webgl-samples/shadow-map.html (revision 45777) |
+++ samples/o3d-webgl-samples/shadow-map.html (working copy) |
@@ -624,7 +624,7 @@ |
This sample implements a basic shadow map. |
<br/> |
<!-- Start of O3D plugin --> |
-<div id="o3d" width="800px" height="600px"></div> |
+<div id="o3d" style="width: 800px; height: 600px;"></div> |
<!-- End of O3D plugin --> |
Use A, S, D, W, I and O to move the light. |
Press spacebar to see the shadow map. |