a lot of change, stay tuned
This commit is contained in:
24
passage.pov
24
passage.pov
@@ -7,25 +7,25 @@
|
||||
|
||||
#include "globals.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
#include "textures.inc"
|
||||
|
||||
#include "contexte.inc"
|
||||
#include "elements.inc"
|
||||
#include "hexabenz.inc"
|
||||
#include "hexawood.inc"
|
||||
|
||||
// ---------------------------------------
|
||||
|
||||
#include "dynamic.inc"
|
||||
|
||||
#declare PosX = 2.95;
|
||||
#declare PosY = 2.60 + (NormClock*0.28);
|
||||
#declare PosZ = (NormClock-0.5) * 53.27;
|
||||
object { HexaCone () translate <PosX, PosY, PosZ> }
|
||||
|
||||
object { HexaCone () translate <PosX+2.96, PosY+1.72, PosZ-11.5> }
|
||||
object { HexaBenz () translate <PosX-1.96, PosY+2.42, PosZ-17.5> }
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
#declare PosX = 1.55;
|
||||
#declare PosY = 2.20 + (NormClock*0.28);
|
||||
#declare PosZ = (NormClock-0.5) * 53.27;
|
||||
|
||||
object { HexaBenz () translate <PosX, PosY, PosZ> }
|
||||
object { HexaCone () translate <PosX+1.96, PosY+1.42, PosZ-11.5> }
|
||||
object { HexaCone () translate <PosX-1.96, PosY+2.42, PosZ-17.5> }
|
||||
|
||||
#if ( (clock < 141) )
|
||||
light_source {
|
||||
@@ -50,7 +50,7 @@ light_source {
|
||||
#end
|
||||
|
||||
camera {
|
||||
location <-1.76, 1.03, 9.76>
|
||||
location <-2.76, 1.03, 9.76>
|
||||
look_at <PosX+0.08, PosY, PosZ>
|
||||
// focal_point <0, 1, 0>
|
||||
// aperture 0.046
|
||||
|
||||
Reference in New Issue
Block a user