home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / portray / bgammon.sce < prev    next >
Encoding:
Text File  |  1994-05-25  |  1.0 KB  |  82 lines

  1. include material.lib
  2. include die.inc
  3. include bgam.inc
  4. include table.inc
  5. include glass.inc
  6.  
  7. camera
  8.    look-at (0.0 40 15.0)
  9.    drop-line (0 -1 0)
  10.    origin (-15 80 -88)
  11.    depth 0.76
  12.    x-size 0.64
  13.    y-size 0.48
  14.    filter adaptive ;
  15.    filter super-sample
  16.       x-size 3
  17.       y-size 3
  18.    ;
  19. ;
  20.  
  21. image
  22.    xsize 640
  23.    ysize 480
  24. ;
  25.  
  26. object
  27.    primative plane
  28.       position (-1000 0 -1000)
  29.       normal (0 1 0)
  30.       x-axis (1 0 0)
  31.       y-axis (0 0 1)
  32.    ;
  33.    material
  34.       chequers
  35.          size 10
  36.          material-a
  37.             colour (1 1 1)
  38.          ;
  39.          material-b
  40.             colour (0 0 0)
  41.          ;
  42.       ;
  43.    ;
  44. ;
  45.  
  46. object
  47.    table
  48.       at (0 0 0)
  49.    ;
  50. ;
  51.  
  52. object
  53.    bgam-whole
  54.       at (2 40 -5)
  55.       y-rotate 30
  56.    ;
  57. ;
  58.  
  59. object
  60.    tumbler
  61.       at (16 40 20)
  62.    ;
  63. ;
  64.  
  65. object
  66.    tumbler
  67.       at (20 40 -2)
  68.    ;
  69. ;
  70.  
  71. light
  72.    colour (0.5 0.5 0.5)
  73.    position (-400 1000 -150)
  74. ;
  75.  
  76.  
  77. light
  78.    colour (0.5 0.5 0.5)
  79.    position (-400 1000 -600)
  80. ;
  81.  
  82.