HexaCone/essai.pov
2024-12-15 17:53:42 +01:00

23 lines
325 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 }
camera {
location <-3, 2, 1>
look_at <0, 0.6, 0>
angle 10
}