first release of hexabenz
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user