| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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> |
| OLD | NEW |