first release of hexabenz

This commit is contained in:
Tonton Th
2025-01-05 00:18:06 +01:00
parent 124c3bfd5c
commit 5b7ad96a29
4 changed files with 62 additions and 26 deletions

View File

@@ -1,10 +1,12 @@
global_settings {
assumed_gamma 1.0
ambient_light rgb <0.18, 0.14, 0.17>
ambient_light rgb <0.17, 0.14, 0.17>
max_trace_level 15
}
#declare Rng1 = seed(1337);
#declare foo = rand(Rng1);
#declare Rng2 = seed(now*24*60*60);
#declare foo = rand(Rng2);