From 5595c746cd1e20b0cba597834e3bd8f48eb4853f Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 28 Sep 2010 23:14:05 -0300 Subject: [PATCH] solidify/template.pov: corrected aspect ratio (1.42 instead of 1.33) --- solidify/template.pov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidify/template.pov b/solidify/template.pov index 5563e3f..afd31b7 100644 --- a/solidify/template.pov +++ b/solidify/template.pov @@ -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 }