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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2006-03-19 20:50:53 +0300
committerTon Roosendaal <ton@blender.org>2006-03-19 20:50:53 +0300
commitcf0408a4f6cbbe326616c93969f8588cf45e76ab (patch)
treea1f6966fe86d1c74456a1bc45e88f4220e78bfed /source/blender/render/intern/include
parent652bf89985cb16a24b9da04b9dd6ce1c407b8a5c (diff)
More environment map stuff:
- added a zoom factor for Planar Environment Map, allowing to zoom in or out on the reflected object. The zoom is corrected when rendering, so it just gives control over the resolution. - Planar maps don't cycle anymore, but only render the front plane, using standard image texture extend mode. - threaded rendering is back in envmap render
Diffstat (limited to 'source/blender/render/intern/include')
-rw-r--r--source/blender/render/intern/include/render_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/render/intern/include/render_types.h b/source/blender/render/intern/include/render_types.h
index 504fc228a1a..0e405af8298 100644
--- a/source/blender/render/intern/include/render_types.h
+++ b/source/blender/render/intern/include/render_types.h
@@ -116,8 +116,8 @@ struct Render
partx*xparts can be larger than rectx, in that case last part is smaller */
int partx, party;
- /* correction values for pixels or view */
- float ycor, viewfac;
+ /* values for viewing */
+ float lens, ycor, viewfac;
float bluroffsx, bluroffsy;
float panophi, panosi, panoco, panodxp, panodxv;