diff options
author | Valerio Virgillito | 2012-03-22 17:17:48 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-22 17:17:48 -0700 |
commit | f6afc520f357dec8daeb9b9e748f99c8d8508f7c (patch) | |
tree | e227e049aacac52cfb75354e5f1d44e2a13c3617 /js/models/shape-model.js | |
parent | c38309949f9d84f86e769ea827950cc88440603f (diff) | |
parent | ccbbf1318fcf21409f0b1841119b49fadd92f83d (diff) | |
download | ninja-f6afc520f357dec8daeb9b9e748f99c8d8508f7c.tar.gz |
Merge pull request #133 from mqg734/WebGL-Animation-CheckBox
Web gl animation check box
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 }, |