Upload
This commit is contained in:
commit
43352ff262
1291 changed files with 220976 additions and 0 deletions
11
WATER/IOR.INC
Normal file
11
WATER/IOR.INC
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// Persistence of Vision Raytracer
|
||||
//
|
||||
// This file defines a few Index of Refractions for various materials
|
||||
// for sodium light. Source: College Physics by Arthur L. Kimball, PhD.
|
||||
// 4th Edition (1923)(!)
|
||||
// ---------------------------
|
||||
#declare Flint_Glass_Ior = 1.71
|
||||
#declare Crown_Glass_Ior = 1.51
|
||||
#declare Diamond_Ior = 2.47
|
||||
#declare Water_Ior = 1.33
|
||||
#declare Air_Ior = 1.000292
|
||||
Loading…
Reference in a new issue