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/data/pi | |
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/data/pi')
-rw-r--r-- | js/data/pi/pi-data.js | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index dd75e255..8ccf17cc 100644 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -369,6 +369,16 @@ exports.PiData = Montage.create( Montage, { | |||
369 | Section: [ | 369 | Section: [ |
370 | [ | 370 | [ |
371 | { | 371 | { |
372 | type: "checkbox", | ||
373 | id: "useWebGl", | ||
374 | prop: "useWebGl", | ||
375 | defaultValue: false, | ||
376 | value: "Use WebGL", | ||
377 | checked: false | ||
378 | } | ||
379 | ], | ||
380 | [ | ||
381 | { | ||
372 | type: "dropdown", | 382 | type: "dropdown", |
373 | id: "strokeMaterial", | 383 | id: "strokeMaterial", |
374 | prop: "strokeMaterial", | 384 | prop: "strokeMaterial", |
@@ -434,6 +444,16 @@ exports.PiData = Montage.create( Montage, { | |||
434 | Section: [ | 444 | Section: [ |
435 | [ | 445 | [ |
436 | { | 446 | { |
447 | type: "checkbox", | ||
448 | id: "useWebGl", | ||
449 | prop: "useWebGl", | ||
450 | defaultValue: false, | ||
451 | value: "Use WebGL", | ||
452 | checked: false | ||
453 | } | ||
454 | ], | ||
455 | [ | ||
456 | { | ||
437 | type: "dropdown", | 457 | type: "dropdown", |
438 | id: "stroke", | 458 | id: "stroke", |
439 | label: "Stroke", | 459 | label: "Stroke", |
@@ -507,6 +527,16 @@ exports.PiData = Montage.create( Montage, { | |||
507 | Section: [ | 527 | Section: [ |
508 | [ | 528 | [ |
509 | { | 529 | { |
530 | type: "checkbox", | ||
531 | id: "useWebGl", | ||
532 | prop: "useWebGl", | ||
533 | defaultValue: false, | ||
534 | value: "Use WebGL", | ||
535 | checked: false | ||
536 | } | ||
537 | ], | ||
538 | [ | ||
539 | { | ||
510 | type: "dropdown", | 540 | type: "dropdown", |
511 | id: "strokeMaterial", | 541 | id: "strokeMaterial", |
512 | prop: "strokeMaterial", | 542 | prop: "strokeMaterial", |