diff options
author | Nivesh Rajbhandari | 2012-03-22 16:18:38 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-22 16:18:38 -0700 |
commit | e52b0dcb9540b854a341a881de2d26aa753e9a82 (patch) | |
tree | 75cf1a4d40e300ccd4377439f1c42ee434ac50c3 /js/models/shape-model.js | |
parent | 686969216c6a2b19b32dc574d0cbcd38b01955f9 (diff) | |
download | ninja-e52b0dcb9540b854a341a881de2d26aa753e9a82.tar.gz |
Adding checkbox in PI to start/stop WebGL animation preview.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/models/shape-model.js')
-rwxr-xr-x | js/models/shape-model.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/models/shape-model.js b/js/models/shape-model.js index 58a88fd0..ea8c2cfc 100755 --- a/js/models/shape-model.js +++ b/js/models/shape-model.js | |||
@@ -10,7 +10,8 @@ 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 | useWebGl: { value: false }, |
14 | animate: { value: true }, | ||
14 | 15 | ||
15 | GLWorld: { value: null }, | 16 | GLWorld: { value: null }, |
16 | GLGeomObj: { value: null }, | 17 | GLGeomObj: { value: null }, |