first running version

This commit is contained in:
Tonton Th
2024-12-15 17:53:42 +01:00
parent b558550493
commit 61cf91f92d
10 changed files with 278 additions and 0 deletions

22
essai.pov Normal file
View File

@@ -0,0 +1,22 @@
/*
* nouveau projet Thu Dec 5 11:37:05 AM UTC 2024
*/
#version 3.7;
global_settings {
assumed_gamma 1.0
}
#include "colors.inc"
#include "textures.inc"
#include "elements.inc"
#include "contexte.inc"
object { HexaCone_radar translate y*0.6 }
camera {
location <-3, 2, 1>
look_at <0, 0.6, 0>
angle 10
}