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

Side by Side 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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- 1 <!--
2 Copyright 2009, Google Inc. 2 Copyright 2009, Google Inc.
3 All rights reserved. 3 All rights reserved.
4 4
5 Redistribution and use in source and binary forms, with or without 5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions are 6 modification, are permitted provided that the following conditions are
7 met: 7 met:
8 8
9 * Redistributions of source code must retain the above copyright 9 * Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer.
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 </script> 617 </script>
618 618
619 619
620 620
621 </head> 621 </head>
622 <body> 622 <body>
623 <h1>Shadow Maps</h1> 623 <h1>Shadow Maps</h1>
624 This sample implements a basic shadow map. 624 This sample implements a basic shadow map.
625 <br/> 625 <br/>
626 <!-- Start of O3D plugin --> 626 <!-- Start of O3D plugin -->
627 <div id="o3d" width="800px" height="600px"></div> 627 <div id="o3d" style="width: 800px; height: 600px;"></div>
628 <!-- End of O3D plugin --> 628 <!-- End of O3D plugin -->
629 Use A, S, D, W, I and O to move the light. 629 Use A, S, D, W, I and O to move the light.
630 Press spacebar to see the shadow map. 630 Press spacebar to see the shadow map.
631 </body> 631 </body>
632 </html> 632 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698