lights-night.pbrt 321 B

1234567891011121314
  1. # light hanging from ceiling
  2. AttributeBegin
  3. AreaLightSource "diffuse" "blackbody L" [4000 30]
  4. Translate .4 2.5 2.8
  5. Shape "sphere" "float radius" .1
  6. AttributeEnd
  7. # inside standing lamp
  8. AttributeBegin
  9. AreaLightSource "diffuse" "blackbody L" [4000 60]
  10. Translate 2.6 1.4 1.7
  11. Shape "sphere" "float radius" .15
  12. AttributeEnd