HexaCone/essai.pov

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