aboutsummaryrefslogtreecommitdiff
path: root/js/models/shape-model.js
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-02-06 11:35:49 -0800
committerNivesh Rajbhandari2012-02-06 11:35:49 -0800
commit486d9a31a85dd833a1c798049a00403756703034 (patch)
tree53d5fbf494a3630fac47b68969b51bac5ae69f0f /js/models/shape-model.js
parent671a27069db6a121507c2b342653aede685cff67 (diff)
downloadninja-486d9a31a85dd833a1c798049a00403756703034.tar.gz
Support use WebGL checkbox in the PI.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/models/shape-model.js')
-rw-r--r--js/models/shape-model.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/models/shape-model.js b/js/models/shape-model.js
index b643a7b5..1175538f 100644
--- a/js/models/shape-model.js
+++ b/js/models/shape-model.js
@@ -10,6 +10,7 @@ var Montage = require("montage/core/core").Montage,
10exports.ShapeModel = Montage.create(Component, { 10exports.ShapeModel = Montage.create(Component, {
11 11
12 shapeCount: { value: 0 }, 12 shapeCount: { value: 0 },
13 useWebGl: { value: false },
13 14
14 GLWorld: { value: null }, 15 GLWorld: { value: null },
15 GLGeomObj: { value: null }, 16 GLGeomObj: { value: null },