aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");