Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
bgColor#ffffdd#eeffee
borderWidth1
scaz off                      ;# set scale in z to default
d3                            ;# set to 3d
upd u                         ;# set z direction upwards
z                             ;# blank screen
rea $Geocap::geocapdir/data/logo_text.vtk   ;# read text
win -100 100 -100 100 0 100   ;# set window
col .6 .7 .9                  ;# set rgb color
bol tub fang 60               ;# border of logo-text
rea $Geocap::geocapdir/data/logo.vtk    ;# read logo
col whi                       ;# set color to white
cur                           ;# draw spline

...