Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: samples/o3d-webgl-samples/shadow-map.html

Issue 1687019: Fixed samples to work with resizing code introduced yesterday. Now the... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698