* XGLOBE, MOTIF_TOYS, XWindow spinning earth         I         This version of  XGLOBE  came  from the original source posted in I         the  SPEZKO::DECW_EXAMPLES notes conference  and  was  ported  to I         OpenVMS AXP.  Included in  this saveset are the various sizes and I         orientations of the globe pixmap.   There  is  the original BLISS I         code included to both shrink and rotate  the globe pixmap.  These H         were used on OpenVMS VAX to create the various pixmap datafiles.                    ** NOTE **  I         You must have the logical name  DEMOS defined to point to the top I         level directory that contains the XGLOBE directory.   All command I         procedures rely on this being defined.  For  example  if  all the I         XGLOBE  files are in WORK:[SMITH.XGLOBE] then you need a  logical           name defined as follows:         6         $ DEFINE/SYSTEM/EXECUTIVE DEMOS WORK:[SMITH.]   H         **  Ensure you include the "." after the last directory name  **                    To build... I         -----------------------------------------------------------------                          0         $ @DEMOS:[XGLOBE]BUILD_XGLOBE.COM p1             E         Where p1 = 64, 128 or 256 for globe size (eg: 128x128 pixels)          I         This will build either a OpenVMS VAX or  OpenVMS  AXP image based *         on what architecture it is run on.E                                                                                         To run... I         -----------------------------------------------------------------          /         $ @DEMOS:[XGLOBE]START_XGLOBE.COM p1 p2          F         ;where p1 = 64, 128 or 256 for globe size (eg: 128x128 pixels)I         ;where p2 = R for rotated or leave blank for vertical orientation          I         This will  start up the appropiate architecture version of XGLOBE I         of either 64x64,  128x128  or  256x256  pixels in size and either 3         vertically oriented or rotated to the left.                                    XGLOBE options... I         ----------------------------------------------------------------- I         Besides the p1, p2 parameters,  XGLOBE also allows you to specify I         the window  positioning  (-x  -y),  delay (-d) between frames and I         (-t) title of  the  window.    You  can  edit  the values used in          START_XGLOBE.COM.          5         $ XGLOBE :== "$ DEMOS:[XGLOBE]XGLOBE_256_AXP"          $ XGLOBE -h   =         Usage: demos:[xglobe]xglobe_256_axp.exe;8 [ options ]   .              where options are one or more of:6              [-x #] [-y #] [-d delay] [-t WindowTitle]2                                                              Revision history... I         -----------------------------------------------------------------   I         11-22-92 - previous  version  would  consume 100% of the CPU in a I         dead loop, waiting to rotate the  pixmap.    Added  a lib$wait in I         XGLOBE.C's  main  loop  to reduce the CPU  to  about  3%.    This I         required adjusting the -d value used in START_XGLOBE.COM as well. 