a lot of little changes
This commit is contained in:
16
globals.inc
16
globals.inc
@@ -11,7 +11,7 @@ global_settings {
|
||||
#include "stones.inc"
|
||||
#include "woods.inc"
|
||||
|
||||
#declare Rng1 = seed(999);
|
||||
#declare Rng1 = seed(51);
|
||||
#declare foo = rand(Rng1);
|
||||
#declare Rng2 = seed(now*24*60*60);
|
||||
#declare bar = rand(Rng2);
|
||||
@@ -83,7 +83,7 @@ finish { roughness 1.00 }
|
||||
|
||||
#declare T_Beton_2 = texture
|
||||
{
|
||||
pigment { color <0.7, 0.6, 0.5> }
|
||||
pigment { color <0.7, 0.6, 0.4> }
|
||||
normal { dents 0.25 scale 3 }
|
||||
finish { roughness 1.00 }
|
||||
}
|
||||
@@ -100,7 +100,17 @@ finish { roughness 1.00 }
|
||||
|
||||
#declare tPlasticGreen = texture
|
||||
{
|
||||
pigment{rgb <0.50, 2.000, 0.0>}
|
||||
pigment{rgb <0.20, 1.600, 0.0>}
|
||||
finish {
|
||||
ambient 0.1
|
||||
diffuse 0.6
|
||||
specular 0.3
|
||||
}
|
||||
}
|
||||
|
||||
#declare tPlasticBlue = texture
|
||||
{
|
||||
pigment{rgb <0.50, 0, 2.0>}
|
||||
finish {
|
||||
ambient 0.1
|
||||
diffuse 0.6
|
||||
|
||||
Reference in New Issue
Block a user