| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |