diff options
Diffstat (limited to 'js/data')
-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", |