25 lines
379 B
POVRay
25 lines
379 B
POVRay
/*
|
|
* 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 }
|
|
|
|
light_source { <-6, 7, -4>, rgb <0.81, 0.65, 0.40> }
|
|
|
|
camera {
|
|
location <-3, 1, 1>
|
|
look_at <0, 0.6, 0>
|
|
angle 10
|
|
}
|