a lot of patches
This commit is contained in:
@@ -11,7 +11,7 @@ global_settings {
|
||||
#include "stones.inc"
|
||||
#include "woods.inc"
|
||||
|
||||
#declare Rng1 = seed(2026);
|
||||
#declare Rng1 = seed(1121);
|
||||
#declare foo = rand(Rng1);
|
||||
#declare Rng2 = seed(now*24*60*60);
|
||||
#declare bar = rand(Rng2);
|
||||
@@ -156,7 +156,7 @@ pigment { rgb <0.31, 0.33, 0.24> }
|
||||
normal { dents 0.22 scale 1.666}
|
||||
finish {
|
||||
ambient 0 specular 0.3 metallic roughness 0.33
|
||||
reflection { 0.23 metallic }
|
||||
reflection { 0.21 metallic }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user