more frobnicate again
This commit is contained in:
14
essai.pov
14
essai.pov
@@ -1,11 +1,10 @@
|
||||
/*
|
||||
un fichier de test.
|
||||
essai.pov -- un fichier de test.
|
||||
*/
|
||||
|
||||
#version 3.7;
|
||||
#include "contexte.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
|
||||
#include "incs/train.inc"
|
||||
@@ -13,18 +12,17 @@
|
||||
#include "incs/benne.inc"
|
||||
#include "incs/grue.inc"
|
||||
|
||||
object { Boogie }
|
||||
// object { Boogie }
|
||||
object { Grande_Roue }
|
||||
|
||||
camera {
|
||||
location <24.5, 15, 22>
|
||||
location <5.5, 15, 20>
|
||||
right image_width/image_height*x
|
||||
look_at <0, 2, 0>
|
||||
look_at <0, 3, 0>
|
||||
angle ANGLE_CAM
|
||||
}
|
||||
|
||||
cylinder { <-100, 0, 0>, <100, 0, 0>, 0.1 pigment { color Red } }
|
||||
cylinder { <0, -100, 0>, <0, 100, 0>, 0.1 pigment { color Green } }
|
||||
cylinder { <0, 0, -100>, <0, 0, 100>, 0.1 pigment { color Blue } }
|
||||
object { Repere }
|
||||
|
||||
light_source { <90, 131, 190> color White }
|
||||
light_source { <90, 111, 250> color White }
|
||||
|
||||
Reference in New Issue
Block a user