CrowSamples.jam
Rick Beach, August 13, 1986 8:59:11 am PDT
(oldtitle) (title).load .def
(oldtextColor) (textColor).load .def
(/Ivy/Crow/Writings/Distributed3D/JamSlideDefs.jam) .run   % set up definitions
930.0 .scalet  % for 1024 x 768 display with 1.1 scale factor from DunnSnap
(newcrow) {
(textColor) (1 1 0 .rgbcolor .setcolor) .cvx .def
(title) (Overview) .def
}.cvx .def
% Overview - 1 slide
(title) (Overview) .def
(line1) (Other Efforts) .def
(line2) (Environmental Influences) .def
(line3) (Initial Trials / Lessons / Fixes) .def
(line4) (Further Trials / Lessons) .def
(line5) (Some Results) .def
(line6) (Further Improvements?) .def
(crow1) {
(backgroundColor) (.8 .3 .1 .rgbcolor .setcolor) .cvx .def
{1024.0 .scalet textSlide6} .cvx .dunnsnap
}.cvx .def
% 25 Bananas Performance - Total process time - Slices
(text2Color) (textColor) .cvx .def  
(vertScale) { vertScale6 } .cvx .def
(time1t) 417.02 .def (time1nt) 312.5 .def
(time1nb) 0.0 .def (time1b) 0.0 .def
(time2t) 434.21 .def (time2nt) 323.1 .def
(time2nb) 235.37 .def (time2b) 198.84 .def
(time3t) 456.21 .def (time3nt) 322.57 .def
(time3nb) 165.76 .def (time3b) 127.92 .def
(time4t) 521.98 .def (time4nt) 335.41 .def
(time4nb) 148.52 .def (time4b) 115.59 .def
(time5t) 586.73 .def (time5nt) 349.0 .def
(time5nb) 137.19 .def (time5b) 91.37 .def
(time6t) 625.96 .def (time6nt) 333.64 .def
(time6nb) 123.61 .def (time6b) 73.44 .def
(time7t) 688.71 .def (time7nt) 340.92 .def
(time7nb) 114.93 .def (time7b) 63.92 .def
(time8t) 688.71 .def (time8nt) 340.92 .def
(time8nb) 111.41 .def (time8b) 59.05 .def
(time9t) 901.9199 .def (time9nt) 348.56 .def
(time9nb) 124.86 .def (time9b) 66.98 .def
(time10t) 895.12 .def (time10nt) 433.17 .def
(time10nb) 117.43 .def (time10b) 49.04 .def
(time15t) 990.23 .def (time15nt) 427.27 .def
(time15nb) 120.05 .def (time15b) 33.43 .def
(timeScale) 1.0 990.23 .div 2.0 .div .def
(topTime) (Object-Based) .def
(nextTopTime) (Image-Based) .def
(crow2) {
(backgroundColor) {0 0 0.8 .rgbcolor .setcolor}.cvx .def
{1024.0 .scalet performanceChart} .cvx .dunnsnap
}.cvx .def
.70 .67 .setxy yellow (25 Bananas) .showrope
yellow .65 .55 .04 .04 .maskrectangle .70 .55 .setxy yellow topTime .showrope
red .65 .50 .04 .04 .maskrectangle .70 .50 .setxy yellow nextTopTime .showrope
% Egg Comparison Image
(eggComparison)
(/Cyan/AIS/Crow/ComparisonEggs-red.ais) (/Cyan/AIS/Crow/ComparisonEggs-grn.ais) (/Cyan/AIS/Crow/ComparisonEggs-blu.ais) .pixelarrayfrom3ais
.def
(crow3) {
{1024 640 .div .scalet eggComparison .drawpa} .cvx .dunnsnap
} .cvx .def
(oldcrow) {
(textColor) (oldtextColor).load .def
(title) (oldtitle).load .def
} .cvx .def