Blender V2.61 - r43446
|
#include <DNA_texture_types.h>
Public Attributes | |
struct Object * | object |
struct Image * | ima |
struct ImBuf * | cube [6] |
float | imat [4][4] |
float | obimat [3][3] |
short | type |
short | stype |
float | clipsta |
float | clipend |
float | viewscale |
unsigned int | notlay |
short | cuberes |
short | depth |
int | ok |
int | lastframe |
short | recalc |
short | lastsize |
Definition at line 144 of file DNA_texture_types.h.
float EnvMap::clipend |
Definition at line 151 of file DNA_texture_types.h.
Referenced by BKE_add_envmap(), default_tex(), and envmap_render_copy().
float EnvMap::clipsta |
Definition at line 151 of file DNA_texture_types.h.
Referenced by BKE_add_envmap(), default_tex(), and envmap_render_copy().
struct ImBuf* EnvMap::cube[6] |
Definition at line 147 of file DNA_texture_types.h.
Referenced by BKE_copy_envmap(), BKE_free_envmapdata(), ConvertMaterial(), direct_link_texture(), envmap_clear_poll(), envmap_save_poll(), envmap_split_ima(), envmaptex(), BL_Texture::InitCubeMap(), my_envmap_split_ima(), my_free_envmapdata(), RE_WriteEnvmapResult(), and render_envmap().
short EnvMap::cuberes |
Definition at line 154 of file DNA_texture_types.h.
Referenced by BKE_add_envmap(), default_tex(), and envmap_render_copy().
short EnvMap::depth |
Definition at line 154 of file DNA_texture_types.h.
Referenced by default_tex(), and make_envmaps().
struct Image* EnvMap::ima |
Definition at line 146 of file DNA_texture_types.h.
Referenced by BKE_copy_envmap(), ConvertMaterial(), direct_link_texture(), envmap_split_ima(), envmaptex(), BL_Texture::InitCubeMap(), localize_texture(), my_envmap_split_ima(), and BL_Texture::SplitEnvMap().
float EnvMap::imat[4][4] |
Definition at line 148 of file DNA_texture_types.h.
Referenced by render_envmap().
Definition at line 155 of file DNA_texture_types.h.
Referenced by render_envmap().
short EnvMap::lastsize |
Definition at line 156 of file DNA_texture_types.h.
Referenced by envmap_render_copy(), and make_envmaps().
unsigned int EnvMap::notlay |
Definition at line 153 of file DNA_texture_types.h.
Referenced by render_envmap().
float EnvMap::obimat[3][3] |
Definition at line 149 of file DNA_texture_types.h.
Referenced by envmaptex(), make_envmaps(), and render_envmap().
struct Object* EnvMap::object |
Definition at line 145 of file DNA_texture_types.h.
Referenced by envmap_render_copy(), envmaptex(), lib_link_texture(), make_envmaps(), render_envmap(), and unlink_object().
int EnvMap::ok |
Definition at line 155 of file DNA_texture_types.h.
Referenced by BKE_copy_envmap(), BKE_free_envmapdata(), direct_link_texture(), envmap_clear_poll(), envmap_save_poll(), envmap_split_ima(), envmaptex(), make_envmaps(), my_envmap_split_ima(), my_free_envmapdata(), and render_envmap().
short EnvMap::recalc |
Definition at line 156 of file DNA_texture_types.h.
Referenced by make_envmaps().
short EnvMap::stype |
Definition at line 150 of file DNA_texture_types.h.
Referenced by BKE_add_envmap(), ConvertMaterial(), default_tex(), envmaptex(), init_render_texture(), and make_envmaps().
short EnvMap::type |
Definition at line 150 of file DNA_texture_types.h.
Referenced by BKE_add_envmap(), envcube_isect(), envmap_render_copy(), envmap_split_ima(), init_render_texture(), RE_WriteEnvmapResult(), and render_envmap().
float EnvMap::viewscale |
Definition at line 152 of file DNA_texture_types.h.
Referenced by BKE_add_envmap(), do_versions(), envcube_isect(), and envmap_render_copy().