Blender V2.61 - r43446
|
#include <render_types.h>
Public Attributes | |
int | res [3] |
float * | bbmin |
float * | bbmax |
float * | data_r |
float * | data_g |
float * | data_b |
Definition at line 489 of file render_types.h.
float * VolumePrecache::bbmax |
Definition at line 492 of file render_types.h.
Referenced by free_volume_precache(), and global_bounds_obi().
float* VolumePrecache::bbmin |
Definition at line 492 of file render_types.h.
Referenced by free_volume_precache(), and global_bounds_obi().
float* VolumePrecache::data_b |
Definition at line 495 of file render_types.h.
Referenced by free_volume_precache(), lightcache_filter(), multiple_scattering_diffusion(), total_ss_energy(), vol_get_precached_scattering(), vol_precache_objectinstance_threads(), and vol_precache_part().
float* VolumePrecache::data_g |
Definition at line 494 of file render_types.h.
Referenced by free_volume_precache(), lightcache_filter(), multiple_scattering_diffusion(), total_ss_energy(), vol_get_precached_scattering(), vol_precache_objectinstance_threads(), and vol_precache_part().
float* VolumePrecache::data_r |
Definition at line 493 of file render_types.h.
Referenced by free_volume_precache(), lightcache_filter(), multiple_scattering_diffusion(), total_ss_energy(), vol_get_precached_scattering(), vol_precache_objectinstance_threads(), and vol_precache_part().
int VolumePrecache::res[3] |
Definition at line 491 of file render_types.h.
Referenced by lightcache_filter(), multiple_scattering_diffusion(), precache_init_parts(), precache_resolution(), total_ss_energy(), vol_get_precached_scattering(), and vol_precache_objectinstance_threads().