a lot of little changes

This commit is contained in:
Tonton Th
2025-11-13 02:15:11 +01:00
parent 030f2fb2cf
commit 0b04ffd359
17 changed files with 152 additions and 124 deletions

View File

@@ -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