aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-04-21 23:36:26 +0200
committerThomas White <taw@bitwiz.org.uk>2010-04-21 23:36:26 +0200
commit680991c561dcb8cb79c944cec93d3b70c5fb7e02 (patch)
treef09eaa01cc3da9a5267b9d5749b6ab9020cbfe3b
parent14031c5f2b8372c750d00dc3e6047338b346c07d (diff)
render_hkl: Fix zoom level
-rw-r--r--src/render_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c
index 0d5fab7e..b063743c 100644
--- a/src/render_hkl.c
+++ b/src/render_hkl.c
@@ -117,7 +117,7 @@ int main(int argc, char *argv[])
/* Third quarter */
fprintf(fh, "#if ( (clock >= 250) & (clock <= 374) )\n");
- fprintf(fh, "camera { location <0.0, -3.0, 0.0>"
+ fprintf(fh, "camera { location <0.0, -1.0, 0.0>"
" sky z direction 1.1*y\n"
" right -x*(image_width/image_height)\n"
" look_at <0.0, 0.0, 0.0> }\n\n");