camera adjustements
This commit is contained in:
parent
7fbcbec840
commit
730b4d5a23
11
hexawood.pov
11
hexawood.pov
@ -22,15 +22,16 @@ object { Le_Decor }
|
||||
|
||||
// object { Repere translate <10, 1, 10> }
|
||||
|
||||
#declare P1 = <-25, 0.4, (SzSol/2)+4>;
|
||||
#declare LOC = <19-NormClock, 1.60, 13.9-NormClock>;
|
||||
|
||||
#declare Pos = Interpolate(P1, NormClock, 0.95);
|
||||
#declare Pos2 = <Pos.x, 0.9, Pos.z>;
|
||||
#declare P1 = <-25, 0.4, (SzSol/2)+4>;
|
||||
#declare Pos = Interpolate(P1, P_hexawood, NormClock);
|
||||
#declare LAT = <Pos.x, 0.9, Pos.z>;
|
||||
// object { Repere translate Pos }
|
||||
|
||||
camera {
|
||||
location <18-NormClock, 1.60, 11.9-NormClock>
|
||||
look_at Pos2
|
||||
location LOC
|
||||
look_at Pos
|
||||
angle 26 + 2.11*NormClock
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user