4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
9 <meta http-equiv=
"Pragma" content=
"no-cache">
10 <meta http-equiv=
"Expires" content=
"-1">
11 <title>{{title}}
</title>
12 <script type=
"text/javascript" src=
"common.js"></script>
13 <script type=
"text/javascript" src=
"example.js"></script>
15 .label { display: inline-block; width:
100px; }
18 <body data-width=
"640" data-height=
"480" {{attrs}}
>
20 <h2>Status:
<code id=
"statusField">NO-STATUS
</code></h2>
21 <p>The Graphics3D example demonstrates how to create a
3D cube that
24 <span class=
"label">X Angle
</span>
25 <input type=
"range" id=
"xAngle" min=
"0" max=
"360" step=
"1" value=
"0">
28 <span class=
"label">Y Angle
</span>
29 <input type=
"range" id=
"yAngle" min=
"0" max=
"360" step=
"1" value=
"0">
32 <span class=
"label">Animating
</span>
35 <input type=
"radio" id=
"animateOff" value=
"false">
39 <input type=
"radio" id=
"animateOn" value=
"true" checked=
"true">
42 <!-- The NaCl plugin will be embedded inside the element with id "listener".
44 <div id=
"listener"></div>