big revamping, part 1

This commit is contained in:
Tonton Th
2026-01-02 21:15:55 +01:00
parent f5b2e1c227
commit a575e428b2
26 changed files with 148 additions and 189 deletions

View File

@@ -7,18 +7,13 @@
#include "globals.inc"
#include "contexte.inc"
#include "gadgets.inc"
#include "hexacone.inc"
#include "hexabenz.inc"
#include "hexawood.inc"
#include "trident.inc"
#include "all.inc"
// XXX
#include "xperiment.inc"
// XXX
// =======================================================
// nouveau du dernier jour 2025
#include "hexastar.inc"
#declare Une_HexaStar = object
@@ -27,26 +22,6 @@ object { HexaStar translate y*3 }
}
// =======================================================
/*
* new Tue Dec 30 07:39:09 AM UTC 2025
*/
#declare Patrouille = object
{
union {
#local EX = 2.3;
#local EZ = 2.7;
object { Trident_A () rotate x*87 }
object { HexaBenz () translate <-EX, 0, -EZ> }
object { HexaCone () translate < EX, -0.2, -EZ> }
object { HexaBenz () translate <-EX*2, 0, -EZ*2> }
object { HexaCone () translate < EX*2, -0.2, -EZ*2> }
object { Repere scale 2 translate y*3.4 }
}
}
// =======================================================
/*
* new Thu Dec 18 01:14:19 AM UTC 2025
@@ -268,7 +243,7 @@ object { Gyros }
light_source {
<-18, 54, -7>
colour Gray40
colour Gray50
parallel
point_at 0
}
@@ -282,7 +257,7 @@ object { Gyros }
#switch (Selector)
#case (0)
object { BasicTextures rotate -y*3*clock) }
object { Des_Choses }
#break
#case (1)
object { Patrouille rotate -y*(clock*0.666)
@@ -293,12 +268,12 @@ object { Gyros }
object { Le_ConeStack () translate y*0.20 }
#break
#case (3)
object { Des_Choses }
object { BasicTextures rotate -y*(3*clock) }
#break
#case (4)
object { Trident_A()
scale 2
rotate <20, 0, 10> translate 2.1*y
scale 1.8
rotate <20, 0, 10> translate 2.2*y
rotate -y*clock }
#break
#case (5)
@@ -333,6 +308,8 @@ plane {
#local CamY = CamY * K * 0.61;
#local CamZ = CamZ * K;
camera {
location <CamX, CamY, CamZ>
look_at <0, 1.6, 0>