home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / paint / a / lightmagic / lmff / BigRoom < prev    next >
Encoding:
Text File  |  1991-06-28  |  3.2 KB  |  124 lines

  1. { A room, designed by R H Heywood }
  2.  
  3. camera                                     
  4.   from 260 200 90 
  5.   at 60 40 12 
  6.   up 0 0 1  
  7.   angle 45
  8.   hither 1
  9.  
  10. resolution 128 128 
  11. verbose
  12. gridsize   40
  13. filetype   pbm
  14. shadows    on
  15. outfile    roompic
  16.  
  17.  
  18.  
  19. light point 200 80 130  1
  20.  
  21. background 0 1 1
  22.  
  23. { The surface definitions }
  24. default diffuse 0 0 0 mirror 0 0 0 transmit 0 0 0 ambient 0 0 0 
  25.         specular 0  phong 0 rindex 0
  26.  
  27. surface table_top diffuse 0 0 0  mirror .18 .2 .18 
  28.                   specular 1 phong 200
  29.                   transmit .72 .8 .72 rindex 1.3
  30. surface table_legs specular 1 phong 85
  31. surface box_thing  diffuse .86 .86 .44
  32. surface walls      diffuse .847 .847 .749
  33. surface skirt      diffuse .647 .1647 .1647
  34. surface floor_text diffuse 1 .6 0
  35. surface floor      diffuse .9 .9 .9 mirror .1 .1 .1 
  36.                    texture blob 2.5 .5 floor_text
  37. surface mirror1    mirror 1 1 1 
  38. surface black      { default is black }
  39. surface hat_stand  diffuse .859 .576 .439
  40. surface chair_metal diffuse .5 .5 .5 mirror .5 .5 .5 specular 1 phong 100
  41. surface chair_seat  diffuse .6 .6 .7
  42.  
  43.         
  44. { the table top }
  45. box table_top 50 30 7.5  150 80 12
  46.  
  47. { The table legs }
  48. sphere table_legs 140 40 0  7.5                   
  49. sphere table_legs 140 70 0  7.5
  50. sphere table_legs 60 40 0   7.5
  51. sphere table_legs 60 70 0   7.5
  52.  
  53. { A thing on the table }
  54. box box_thing 90 50 12   98 58 20
  55.  
  56. { walls }
  57. box walls -0.01 0 0  0 200 200
  58. box walls 0 -0.01 0  200 0 200
  59.   
  60. { Skirting board }
  61. box skirt 0 0 0  0.01 200 5 
  62. box skirt 0 0 0  200 0.01 5
  63.  
  64. { floor }
  65. box floor 0 0 -0.01  200 200 0               
  66.  
  67. { Mirror mirror on the wall }
  68. box black 75 0 24  130 .01 70
  69. tri mirror1 77 .02 26  128 .02 26  128 .02 68
  70. tri mirror1 77 .02 26  77 .02 68   128 .02 68
  71.  
  72.  
  73. { The chair } 
  74. { Its leg   }
  75. box chair_metal 97 107 0  103 113 10 
  76.  
  77. { Its joining bars }
  78. tri chair_metal 97 124 11.5  103 124 11.5  100 103 11.5
  79. tri chair_metal 97 124 11.5  103 124 11.5  100 124 26
  80.  
  81. { The base }
  82. box chair_seat 90 100 10  110 120 13
  83.  
  84. { The back }
  85. box chair_seat 90 123 20  110 126 27
  86.    
  87.  
  88. { A Hat stand in the corner }
  89. box hat_stand 12 28 5     16 32 75
  90. box hat_stand 4 28 71     24 32 75
  91. box hat_stand 12 20 71    16 40 75
  92. box hat_stand 1.5 28 71   4 32 80
  93. box hat_stand 24 28 71    26.5 32 80
  94. box hat_stand 12 17.5 71  16 20 80
  95. box hat_stand 12 40 71    16 42.5 80
  96. tri hat_stand 12 28 5  16 28 5  14 18 0
  97. tri hat_stand 12 32 5  16 32 5  14 42 0
  98. tri hat_stand 12 28 5  12 32 5  2 30 0
  99. tri hat_stand 16 28 5  16 32 5  26 30 0
  100.  
  101.  
  102. { The lamp shades on the wall, either side of the mirror. }
  103. { first one, on y = 0 plane }
  104. tri walls 57 .01 50  65 10 80  49 10 80
  105. tri walls 57 .01 50  65 10 80  65 .01 80
  106. tri walls 57 .01 50  49 10 80  49 .01 80
  107. { second one. }
  108. tri walls 148 .01 50  156 10 80  140 10 80
  109. tri walls 148 .01 50  156 10 80  156 .01 80
  110. tri walls 148 .01 50  140 10 80  140 .01 80
  111.  
  112. { A modern art picture on the wall (!?) }
  113. surface canvas diffuse 1 1 1
  114. surface red    diffuse 1 0 0 
  115. surface green  diffuse 0 1 0
  116. surface blue   diffuse 0 0 1
  117.  
  118. box black 0 70 24  0.01 125 70
  119. tri canvas .02 72 26   .02 123 26  .02 123 68
  120. tri canvas .02 72 26   .02 72 68   .02 123 68
  121. tri red    .03 80 30   .03 105 43  .03 95 60
  122. tri green  .032 85 60  .032 100 33 .032 110 33
  123. tri blue   .034 120 35 .034 115 62 .034 93 52
  124.