| 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..fa132dc7fd0c9d87a48722072880f59c7c444b7c 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,15 @@ 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 instance3d example is similar to the Hello World GLES 2.0
|
| + example, but uses the ppapi_main and nacl_io libraries to simplify the code:
|
| + <ul>
|
| + <li>URL loading is handled by a synchronous read from an HTTP mount.</li>
|
| + <li>Instance creation is hidden; instead the functions ppapi_main and
|
| + PPAPIRender are used.</li>
|
| + </ul>
|
| + </p>
|
| <!-- The NaCl plugin will be embedded inside the element with id "listener".
|
| See common.js.-->
|
| <div id="listener"></div>
|
|
|