Index: native_client_sdk/src/examples/demo/earth_simd/index.html |
diff --git a/native_client_sdk/src/examples/demo/earth/index.html b/native_client_sdk/src/examples/demo/earth_simd/index.html |
similarity index 88% |
copy from native_client_sdk/src/examples/demo/earth/index.html |
copy to native_client_sdk/src/examples/demo/earth_simd/index.html |
index 8ca4aa42aaddf144a2f1e9cc14f7b5139542e678..9e7703585377a8a638e56a2d4624916ae51f2b8c 100644 |
--- a/native_client_sdk/src/examples/demo/earth/index.html |
+++ b/native_client_sdk/src/examples/demo/earth_simd/index.html |
@@ -9,15 +9,16 @@ found in the LICENSE file. |
<meta http-equiv="Pragma" content="no-cache"> |
<meta http-equiv="Expires" content="-1"> |
<meta charset="UTF-8"> |
- <title>{{title}}</title> |
+ <title>Multi-Threaded SIMD Earth Demo for PNaCl</title> |
binji
2014/05/15 18:58:37
just use {{title}} here. It is filled in automatic
nfullagar
2014/05/15 21:25:13
Done.
|
<script type="text/javascript" src="common.js"></script> |
<script type="text/javascript" src="example.js"></script> |
</head> |
-<body {{attrs}} data-width="640" data-height="640"> |
- <h1>{{title}}</h1> |
+<body data-name="earth_simd" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}" data-width="640" data-height="640"> |
binji
2014/05/15 18:58:37
same here, you can leave this as {{attrs}}
nfullagar
2014/05/15 21:25:13
Done.
|
+ <h1>Multi-Threaded SIMD Earth Demo for PNaCl</h1> |
<h2>Status: <code id="statusField">NO-STATUS</code></h2> |
<div> |
- This demo renders a rotating globe using the Graphics2D interface. |
+ This PNaCl demo uses portable SIMD and renders a rotating globe using the |
+ Graphics2D interface. |
Image Credit: |
NASA Goddard Space Flight Center Image by Reto Stöckli (land surface, |
shallow water, clouds). Enhancements by Robert Simmon (ocean color, |