home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / portray / exam_008.sce < prev    next >
Encoding:
Text File  |  1994-04-15  |  1.7 KB  |  119 lines

  1.  
  2.  
  3.  
  4. camera
  5.    look-at (0.0 1.0 0.0)
  6.    drop-line (0 -1 0)
  7.    origin (0 3 -8)
  8.    depth 0.56
  9.    x-size 0.64
  10.    y-size 0.48
  11.    filter standard
  12. ;
  13.  
  14. image
  15.    xsize 640
  16.    ysize 480
  17. ;
  18.  
  19. object
  20.    plane
  21.       position (-1000 0 -1000)
  22.       normal (0 1 0)
  23.       x-axis (1 0 0)
  24.       y-axis (0 0 1)
  25.    ;
  26.    material
  27.       colour (.7 .7 .7)
  28.    ;
  29. ;
  30.  
  31. define
  32.    object
  33.       name smarty1
  34.       object
  35.          shrink-x 2
  36.          sphere
  37.             centre (0 0 0)
  38.             radius 1
  39.          ;
  40.          material
  41.             colour (1 0 0)
  42.          ;
  43.       ;
  44.       object
  45.          shrink-y 2
  46.          sphere
  47.             centre (0 0 0)
  48.             radius 1
  49.          ;
  50.          material
  51.             colour (1 0 0)
  52.          ;
  53.       ;
  54.       object
  55.          shrink-z 2
  56.          sphere
  57.             centre (0 0 0)
  58.             radius 1
  59.          ;
  60.          material
  61.             colour (1 0 0)
  62.          ;
  63.       ;
  64.    ;
  65.    object
  66.       name smarty2
  67.       object
  68.          shrink-y 2
  69.          shrink-z 2
  70.          sphere
  71.             centre (0 0 0)
  72.             radius 1
  73.          ;
  74.          material
  75.             colour (0 0 1)
  76.          ;
  77.       ;
  78.       object
  79.          shrink-x 2
  80.          shrink-z 2
  81.          sphere
  82.             centre (0 0 0)
  83.             radius 1
  84.          ;
  85.          material
  86.             colour (0 0 1)
  87.          ;
  88.       ;
  89.       object
  90.          shrink-y 2
  91.          shrink-x 2
  92.          sphere
  93.             centre (0 0 0)
  94.             radius 1
  95.          ;
  96.          material
  97.             colour (0 0 1)
  98.          ;
  99.       ;
  100.    ;
  101. ;
  102.  
  103. object
  104.    smarty1
  105.       at (-2 2 0)
  106.    ;
  107. ;
  108. object
  109.    smarty2
  110.       at (2 2 0)
  111.    ;
  112. ;
  113.  
  114. light
  115.    colour (1 1 1)
  116.    position (0 7 -8)
  117. ;
  118.  
  119.