Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'render_povray/templates_pov/isocacti.pov')
-rw-r--r--render_povray/templates_pov/isocacti.pov2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_povray/templates_pov/isocacti.pov b/render_povray/templates_pov/isocacti.pov
index c0e8cde0..a98fc25f 100644
--- a/render_povray/templates_pov/isocacti.pov
+++ b/render_povray/templates_pov/isocacti.pov
@@ -31,7 +31,7 @@ sky_sphere {
#declare CamLoc = < 5, 10,-10>;
camera {
location CamLoc
- right x*image_width/image_height // keep propotions with any aspect ratio
+ right x*image_width/image_height // keep proportions with any aspect ratio
angle 45
look_at <0, 0, 0>
}