aboutsummaryrefslogtreecommitdiff
path: root/js/models
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-22 17:17:48 -0700
committerValerio Virgillito2012-03-22 17:17:48 -0700
commitf6afc520f357dec8daeb9b9e748f99c8d8508f7c (patch)
treee227e049aacac52cfb75354e5f1d44e2a13c3617 /js/models
parentc38309949f9d84f86e769ea827950cc88440603f (diff)
parentccbbf1318fcf21409f0b1841119b49fadd92f83d (diff)
downloadninja-f6afc520f357dec8daeb9b9e748f99c8d8508f7c.tar.gz
Merge pull request #133 from mqg734/WebGL-Animation-CheckBox
Web gl animation check box
Diffstat (limited to 'js/models')
-rwxr-xr-xjs/models/shape-model.js3
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,
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 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 },