mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
added single file for glass material
This commit is contained in:
parent
5a4f3ecabf
commit
2150fa216b
1 changed files with 23 additions and 0 deletions
23
povray/ellipsoid/glass.inc
Normal file
23
povray/ellipsoid/glass.inc
Normal file
|
@ -0,0 +1,23 @@
|
|||
#declare M_Glass= // Glass material
|
||||
material {
|
||||
texture {
|
||||
pigment {rgbt 1}
|
||||
finish {
|
||||
ambient 0.0
|
||||
diffuse 0.05
|
||||
specular 0.6
|
||||
roughness 0.005
|
||||
reflection {
|
||||
0.1, 1.0
|
||||
fresnel on
|
||||
}
|
||||
conserve_energy
|
||||
}
|
||||
}
|
||||
interior {
|
||||
ior 1.5 // Glass refraction
|
||||
fade_power 1001
|
||||
fade_distance 0.9
|
||||
fade_color <0.5,0.8,0.6>
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue