solidify/template.pov: corrected aspect ratio (1.42 instead of 1.33)

This commit is contained in:
Werner Almesberger 2010-09-28 23:14:05 -03:00
parent 733332da8c
commit 5595c746cd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ camera {
location <-30, -80, 40>
look_at <20, 20, 0>
sky z
right -4/3*x
right -1280/900*x
}
background { color White }