home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / cap / logo < prev    next >
Encoding:
Text File  |  1994-08-02  |  157 b   |  7 lines

  1. # translate and scale the logo to fit nicely with the other objects 
  2. pushmatrix
  3. translate 0.55 -0.35 -0.25
  4. scale 0.75 0.75 0.75
  5. callobj tlogo.mesh
  6. popmatrix
  7.