explosion.pbrt 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. LookAt 00 120 20 -.5 0 30 0 0 1
  2. #LookAt 00 400 0 -20 0 150 0 0 1
  3. Camera "perspective"
  4. "float fov" 37
  5. Film "rgb"
  6. "integer xresolution" 1300
  7. "integer yresolution" 1800
  8. "string sensor" "nikon_d850"
  9. "float whitebalance" 6000
  10. "float iso" 100
  11. "string filename" "explosion.exr"
  12. Integrator "volpath" "integer maxdepth" 5
  13. WorldBegin
  14. AttributeBegin
  15. Rotate 10 1 0 0
  16. LightSource "infinite"
  17. "string filename" "textures/sky.exr" "float scale" 2
  18. AttributeEnd
  19. TransformBegin
  20. Scale 1 1 1.6
  21. Rotate 90 1 0 0
  22. MakeNamedMedium "kaboom" "string type" "nanovdb"
  23. "string filename" "fire.nvdb"
  24. "spectrum sigma_s" [200 10 900 10] "spectrum sigma_a" [200 10 900 10]
  25. "float LeScale" .005 "float temperaturecutoff" 1 "float temperaturescale" 100
  26. TransformEnd
  27. AttributeBegin
  28. MediumInterface "kaboom" ""
  29. Material ""
  30. Translate 0 40 0
  31. Shape "sphere" "float radius" 80
  32. AttributeEnd
  33. AttributeBegin
  34. Translate 0 -50 0
  35. Material "coateddiffuse" "rgb reflectance" [ .4 .4 .4 ] "float roughness" .001
  36. Translate 0 0 -4
  37. Shape "disk" "float radius" 1000
  38. AttributeEnd