diff options
author | Nivesh Rajbhandari | 2012-02-06 11:35:49 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-02-06 11:35:49 -0800 |
commit | 486d9a31a85dd833a1c798049a00403756703034 (patch) | |
tree | 53d5fbf494a3630fac47b68969b51bac5ae69f0f /js/models | |
parent | 671a27069db6a121507c2b342653aede685cff67 (diff) | |
download | ninja-486d9a31a85dd833a1c798049a00403756703034.tar.gz |
Support use WebGL checkbox in the PI.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/models')
-rw-r--r-- | js/models/shape-model.js | 1 |
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, | |||
10 | exports.ShapeModel = Montage.create(Component, { | 10 | exports.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 }, |