/* * H E X A C O N E * nouveau projet Thu Dec 5 11:37:05 AM UTC 2024 * * cartographie de l'hexamonde */ #version 3.7; #include "globals.inc" #include "contexte.inc" #include "hexacone.inc" #include "hexabenz.inc" #include "hexawood.inc" #include "trident.inc" #include "xperiment.inc" #include "dynamic.inc" // --------------------------------------------------------- // dessiner une grille #for (Foo, -140, 140, 10) #local H = 0.17; cylinder { <-150, H, Foo>, <150, H, Foo>, 0.06 } cylinder { , , 0.06 } #end // --------------------------------------------------------- object { Repere scale 10 translate y*10 } object { Le_Decor } camera { location <45, 179+(61*NormClock), 18-(17*NormClock)> look_at <0, 1.18, 0.17 + (2.4*NormClock)> right angle 50 }