Blender V2.61 - r43446
|
#include <render_types.h>
Public Attributes | |
short | samp |
short | shadhalostep |
short | totbuf |
float | persmat [4][4] |
float | viewmat [4][4] |
float | winmat [4][4] |
float * | jit |
float * | weight |
float | d |
float | clipend |
float | pixsize |
float | soft |
float | compressthresh |
int | co [3] |
int | size |
int | bias |
ListBase | buffers |
struct ISBData * | isb_result [BLENDER_MAX_THREADS] |
Definition at line 276 of file render_types.h.
int ShadBuf::bias |
Definition at line 285 of file render_types.h.
Referenced by initshadowbuf(), readshadowbuf_halo(), shadowbuf_autoclip(), testshadowbuf(), and viewpixel_to_lampbuf().
Definition at line 286 of file render_types.h.
Referenced by compress_deepshadowbuf(), compress_shadowbuf(), freeshadowbuf(), shadow_halo(), and testshadowbuf().
float ShadBuf::clipend |
Definition at line 283 of file render_types.h.
Referenced by initshadowbuf(), makeshadowbuf(), and shadowbuf_autoclip().
int ShadBuf::co[3] |
Definition at line 284 of file render_types.h.
Referenced by initshadowbuf().
float ShadBuf::compressthresh |
Definition at line 283 of file render_types.h.
Referenced by compress_deepshadowbuf(), and initshadowbuf().
float ShadBuf::d |
Definition at line 283 of file render_types.h.
Referenced by initshadowbuf(), makeshadowbuf(), and shadowbuf_autoclip().
struct ISBData* ShadBuf::isb_result[BLENDER_MAX_THREADS] |
Definition at line 289 of file render_types.h.
Referenced by ISB_create(), ISB_free(), ISB_getshadow(), isb_make_buffer(), and isb_make_buffer_transp().
float* ShadBuf::jit |
Definition at line 282 of file render_types.h.
Referenced by make_jitter_weight_tab(), makeshadowbuf(), and testshadowbuf().
float ShadBuf::persmat[4][4] |
Definition at line 279 of file render_types.h.
Referenced by env_rotate_scene(), isb_bsp_fillfaces(), makedeepshadowbuf(), makeflatshadowbuf(), makeshadowbuf(), shadowbuf_project_co(), and viewpixel_to_lampbuf().
float ShadBuf::pixsize |
Definition at line 283 of file render_types.h.
Referenced by makeshadowbuf().
short ShadBuf::samp |
Definition at line 278 of file render_types.h.
Referenced by initshadowbuf(), make_jitter_weight_tab(), makeshadowbuf(), and testshadowbuf().
short ShadBuf::shadhalostep |
Definition at line 278 of file render_types.h.
Referenced by initshadowbuf(), shadow_halo(), and spothalo().
int ShadBuf::size |
Definition at line 285 of file render_types.h.
Referenced by compress_deepshadowbuf(), compress_shadowbuf(), firstreadshadbuf(), freeshadowbuf(), initshadowbuf(), isb_bsp_fillfaces(), isb_make_buffer(), isb_make_buffer_transp(), makedeepshadowbuf(), makeflatshadowbuf(), makeshadowbuf(), readdeepshadowbuf(), readshadowbuf(), readshadowbuf_halo(), shadow_halo(), shadowbuf_project_co(), and viewpixel_to_lampbuf().
float ShadBuf::soft |
Definition at line 283 of file render_types.h.
Referenced by initshadowbuf(), and testshadowbuf().
short ShadBuf::totbuf |
Definition at line 278 of file render_types.h.
Referenced by compress_deepshadowbuf(), makedeepshadowbuf(), makeflatshadowbuf(), makeshadowbuf(), shadow_halo(), and testshadowbuf().
float ShadBuf::viewmat[4][4] |
Definition at line 280 of file render_types.h.
Referenced by env_rotate_scene(), initshadowbuf(), makeshadowbuf(), and shadowbuf_autoclip().
float * ShadBuf::weight |
Definition at line 282 of file render_types.h.
Referenced by freeshadowbuf(), make_jitter_weight_tab(), and testshadowbuf().
float ShadBuf::winmat[4][4] |
Definition at line 281 of file render_types.h.
Referenced by env_rotate_scene(), initshadowbuf(), makeshadowbuf(), and shadow_halo().