Chromium Code Reviews| Index: native_client_sdk/src/examples/hello_world_instance3d/index.html |
| diff --git a/native_client_sdk/src/examples/hello_world_instance3d/index.html b/native_client_sdk/src/examples/hello_world_instance3d/index.html |
| index b07ff78cdadfbc35e3c08f8c40d6f61943398c0f..13f1dbfb48a2ef75fe90f43304df833545265b4a 100644 |
| --- a/native_client_sdk/src/examples/hello_world_instance3d/index.html |
| +++ b/native_client_sdk/src/examples/hello_world_instance3d/index.html |
| @@ -14,6 +14,9 @@ found in the LICENSE file. |
| <body data-width="640" data-height="480" {{attrs}}> |
| <h1>{{title}}</h1> |
| <h2>Status: <code id="statusField">NO-STATUS</code></h2> |
| + <p>The Hello World GLES 2.0 example demonstrates how to create a 3D cube that |
|
noelallen1
2013/04/08 17:42:56
This is actually using C++, PPAPIinstance, and nac
binji
2013/04/08 19:33:52
Good catch, I copied this from the .dsc file... :)
|
| + rotates. This is a simpler example than the tumbler example, and written |
| + in C. It loads the assets using URLLoader.</p> |
| <!-- The NaCl plugin will be embedded inside the element with id "listener". |
| See common.js.--> |
| <div id="listener"></div> |