home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / commercial / real3d2 / macros / modifycogs < prev    next >
Text File  |  1996-04-30  |  482b  |  16 lines

  1. ( Define RPL words for icons if not already defined )
  2.  
  3. ?& COG-Size2D NOT ?IF
  4.     : COG-Size2D  2 10 0 MENU 0 ;
  5.     : COG-Size3D  2 10 1 MENU 0 ;
  6.     : COG-Stretch 2 10 2 MENU 0 ;
  7.     : COG-Extend  2 10 3 MENU 0 ;
  8.     : COG-Rotate  2 10 4 MENU 0 ;
  9.     : COG-Mirror  2 10 5 MENU 0 ;
  10.     : COG-RotExt  2 10 7 MENU 0 ;
  11.     : COG-HelpMe "r3d2:help/tools.guide" "ModifyCOGs" 0 AGUIDE 0 ;
  12. ?ENDIF
  13.  
  14. ( Load Tool window using defined words )
  15. "r3d2:environments/ModifyCOGs" lIO_RWIN 0 FIL_LOAD
  16.