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

Side by Side Diff: samples/o3d-webgl-samples/primitives.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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 234
235 235
236 </script> 236 </script>
237 </head> 237 </head>
238 <body onload="initClient()"> 238 <body onload="initClient()">
239 <h1>Primitives</h1> 239 <h1>Primitives</h1>
240 This example shows how to use the primitives utility library to make various 240 This example shows how to use the primitives utility library to make various
241 shapes. 241 shapes.
242 <br/> 242 <br/>
243 <!-- Start of O3D plugin --> 243 <!-- Start of O3D plugin -->
244 <div id="o3d" width="600px" height="600px"></div> 244 <div id="o3d" style="width: 600px; height: 600px;"></div>
245 <!-- End of O3D plugin --> 245 <!-- End of O3D plugin -->
246 </body> 246 </body>
247 </html> 247 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698