first running version
This commit is contained in:
22
essai.pov
Normal file
22
essai.pov
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* 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
|
||||
}
|
||||
Reference in New Issue
Block a user