home *** CD-ROM | disk | FTP | other *** search
/ Games 95 / Games95-disc1.iso / SQUEEZ / SQZ / GOODIES / NUT2.WRL < prev    next >
Text File  |  1996-02-12  |  334b  |  20 lines

  1. #VRML V1.0 ascii
  2.  
  3. Separator {
  4.     RLDecal {
  5.         fields [    SFString filename,
  6.                 SFVec2f origin,
  7.                 SFVec2f size,
  8.                 SFLong colors,
  9.                 SFBool useTransparency,
  10.                 SFColor transparentColor ]
  11.         filename     "goodies\bomb.gif"
  12.         origin        0.5 1
  13.         size        .5 .5
  14.         colors        10
  15.         useTransparency    TRUE
  16.         transparentColor    1 0 1
  17.     }
  18. }
  19.  
  20.