HexaCone/carto.pov
2025-03-31 03:55:29 +02:00

39 lines
741 B
POVRay

/*
* 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 "dynamic.inc"
// ---------------------------------------------------------
// dessiner une grille
#for (Foo, -150, 150, 10)
cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.12 }
cylinder { <Foo, 0, -150>, <Foo, 0, 150>, 0.12 }
#end
// ---------------------------------------------------------
object { Repere scale 10 translate y*7 }
object { Le_Decor }
camera {
location <45, 126, 18>
look_at <0, 1.18, 0.17 + (1.9*NormClock)>
angle 49
}