commit du dimanche soir de la flemme

This commit is contained in:
Tonton Th
2025-03-16 21:32:23 +01:00
parent 095dfbdd39
commit c03f402b4c
16 changed files with 215 additions and 111 deletions

View File

@@ -10,6 +10,10 @@
#include "contexte.inc"
#include "hexacone.inc"
#include "hexabenz.inc"
#include "hexawood.inc"
#include "trident.inc"
#include "dynamic.inc"
// =======================================================
@@ -17,24 +21,26 @@
difference {
object { HexaCone () }
box { -1, 1 translate z*Kbox }
translate y*2.5
translate y*1.5 + Pos_RedB_1
}
object { Repere translate y*1.5 + Pos_RedB_1 }
/* this one is for debugging */
// object { OpenBox translate <0, 1.5, Kbox> }
// =======================================================
object { Le_Decor }
// object { Repere }
// =======================================================
#local CamX = -2.7 + (1.8*Cos_01(NormClock));
#local CamY = 2.58 + (0.034*sqrt(NormClock));
#local CamZ = 5.35;
#local CamX = -33.4 + (2.83*Cos_01(NormClock));
#local CamY = 2.5 + (0.24*sqrt(NormClock));
#local CamZ = 5.85 + (2.42*NormClock);
camera {
location <CamX, CamY, CamZ>
look_at <0, 2.6, 0>
look_at <0, 1.5, 0> + Pos_RedB_1
angle 39 - 5*Cos_01(NormClock)
}