welcome here, hexa-patrol
This commit is contained in:
@@ -69,9 +69,9 @@ merge {
|
||||
cylinder { <0, Epp, -K*0.9>, <0, Epp, K*0.9>, K }
|
||||
#local R = rand(Rng1);
|
||||
#if (R < 0.63)
|
||||
texture { T_Grnt6 scale 4 }
|
||||
texture { T_Grnt6 scale 4 }
|
||||
#else
|
||||
texture { T_Stone34 scale 3 }
|
||||
texture { T_Stone34 scale 3+rand(Rng2) }
|
||||
#end
|
||||
}
|
||||
#end // macro
|
||||
@@ -82,7 +82,7 @@ merge {
|
||||
#local K = 0.36;
|
||||
box { <-L, 0, -K>, <L, Epp, K> }
|
||||
cylinder { <0, Epp, -K*0.9>, <0, Epp, K*0.9>, K }
|
||||
texture { T_WIP_rasta }
|
||||
texture { T_WIP_dents rotate y*(rand(Rng1)*77) }
|
||||
}
|
||||
#end // macro
|
||||
|
||||
|
||||
Reference in New Issue
Block a user