commits du dimanche soir, espoir
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "globals.inc"
|
||||
|
||||
#declare NO_DYNAMIC = 0;
|
||||
#include "all.inc"
|
||||
|
||||
// =======================================================
|
||||
@@ -32,9 +33,13 @@
|
||||
#if ( (abs(posX)>Limit) & (abs(posZ)>Limit) ) // position
|
||||
#local Y_mean = Y_mean + posY;
|
||||
#local Y_count = Y_count + 1;
|
||||
#if (rand(Rng1) < 0.555)
|
||||
#local R = rand(Rng1);
|
||||
#if (Rng1 < 0.30)
|
||||
object { HexaCone () rotate <Rx, Ry, Rz>
|
||||
translate <posX, posY, posZ> }
|
||||
#elseif (R < 0.60)
|
||||
object { HexaStar () rotate <Rx, Ry, Rz>
|
||||
translate <posX, posY, posZ> }
|
||||
#else
|
||||
object { HexaBenz () rotate <Rx, Ry, Rz>
|
||||
translate <posX, posY, posZ> }
|
||||
@@ -50,10 +55,10 @@ object { Le_Decor }
|
||||
// object { Repere scale 5 translate y }
|
||||
|
||||
#local CamX = -8.7 + ( 6.9 * Cos_01(NormClock));
|
||||
#local CamY = 0.42 + (17.06 * Cos_01(NormClock));
|
||||
#local CamY = 0.42 + (17.36 * Cos_01(NormClock));
|
||||
#local CamZ = 122 - (21.9 * Cos_01(NormClock));
|
||||
|
||||
#local LatY = (Y_mean / Y_count) - NormClock;
|
||||
#local LatY = (Y_mean / Y_count) - (0.5*NormClock);
|
||||
#debug concat("Lat Y ", str(LatY, 7, 3),"\n")
|
||||
|
||||
camera {
|
||||
|
||||
Reference in New Issue
Block a user