HexaCone/essai.pov

25 lines
379 B
POVRay
Raw Normal View History

2024-12-16 03:53:42 +11:00
/*
* 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 }
2024-12-16 08:24:38 +11:00
light_source { <-6, 7, -4>, rgb <0.81, 0.65, 0.40> }
2024-12-16 03:53:42 +11:00
camera {
2024-12-16 08:24:38 +11:00
location <-3, 1, 1>
2024-12-16 03:53:42 +11:00
look_at <0, 0.6, 0>
angle 10
}