Package bpy :: Module types :: Class EnvironmentMap
[hide private]
[frames] | no frames]

Class EnvironmentMap

The EnvironmentMap Object

Environment map created by the renderer and cached for subsequent renders.

References

Instance Variables [hide private]
float in [0.01, inf] clip_end
Objects further than this are not visible to map.
float in [0.01, inf] clip_start
Objects nearer than this are not visible to map.
int in [0, 5] depth
Number of times a map will be rendered recursively (mirror effects.)
Image (readonly) image
Image
int in [50, 4096] resolution
Pixel resolution of the rendered environment map.
enum source
Source in...
enum type
Type in...
float in [0.01, inf] zoom
Zoom
Instance Variable Details [hide private]

source

Source in...
  • STATIC
  • ANIMATED
  • LOADED
Type:
enum

type

Type in...
  • CUBE
  • PLANE
Type:
enum