video release

This commit is contained in:
Tonton Th
2024-12-20 14:24:45 +01:00
parent ff8ccfea55
commit e51921d212
7 changed files with 85 additions and 28 deletions

View File

@@ -6,19 +6,25 @@
global_settings {
assumed_gamma 1.0
ambient_light 0
max_trace_level 10
}
#include "colors.inc"
#include "metals.inc"
#include "textures.inc"
#include "elements.inc"
#include "contexte.inc"
object { HexaCone_radar translate y*0.6 }
object { HexaCone translate y }
light_source { <-6, 7, -4>, rgb <0.81, 0.65, 0.40> }
light_source { <-6, 7, 4>, rgb <0.31, 0.65, 0.80> }
camera {
location <-3, 1, 1>
look_at <0, 0.6, 0>
angle 10
location <-1.8, 1.1, 0.3>
look_at <0, 1.0, 0>
angle 38
}