home *** CD-ROM | disk | FTP | other *** search
/ VRML Tools for 3D Cyberspace / VRML_Tools_For_3D_Cyberspace.iso / web_fx / corner.wr_ / corner.wr
Text File  |  1996-07-01  |  488b  |  35 lines

  1. #VRML V1.0 ascii
  2. Separator 
  3. {
  4.     DEF Corner Separator 
  5.     {
  6.         DEF PaperCube Separator {
  7.             Transform 
  8.             {
  9.             translation 5 5 0
  10.             rotation 1 1 0 3.14
  11.             scaleFactor 10 1 10
  12.            }
  13.         WWWInline 
  14.         {
  15.             name        "cube.wrl"
  16.             bboxCenter    0 5 5
  17.             bboxSize    10 10 10
  18.             }    
  19.         }
  20.         Separator {
  21.             Transform 
  22.         {
  23.             translation 0 5 -5
  24.             rotation 0 1 1 3.14
  25.         }
  26.         WWWInline 
  27.         {
  28.             name        "cube.wrl"
  29.             bboxCenter    0 5 5
  30.             bboxSize    10 10 10
  31.             }    
  32.         }
  33.     }
  34. }
  35.