Blender V2.61 - r43446
|
#include <render_types.h>
Public Attributes | |
struct VolPrecachePart * | next |
struct VolPrecachePart * | prev |
struct RayObject * | tree |
struct ShadeInput * | shi |
struct ObjectInstanceRen * | obi |
float | viewmat [4][4] |
int | num |
int | minx |
int | maxx |
int | miny |
int | maxy |
int | minz |
int | maxz |
int | res [3] |
float | bbmin [3] |
float | voxel [3] |
struct Render * | re |
Definition at line 472 of file render_types.h.
float VolPrecachePart::bbmin[3] |
Definition at line 484 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().
Definition at line 480 of file render_types.h.
Referenced by precache_init_parts().
Definition at line 481 of file render_types.h.
Referenced by precache_init_parts().
Definition at line 482 of file render_types.h.
Referenced by precache_init_parts().
Definition at line 480 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().
Definition at line 481 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().
Definition at line 482 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().
struct VolPrecachePart* VolPrecachePart::next |
Definition at line 474 of file render_types.h.
Referenced by vol_precache_objectinstance_threads().
Definition at line 479 of file render_types.h.
Referenced by precache_init_parts().
Definition at line 477 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().
struct VolPrecachePart * VolPrecachePart::prev |
Definition at line 474 of file render_types.h.
struct Render* VolPrecachePart::re |
Definition at line 486 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().
int VolPrecachePart::res[3] |
Definition at line 483 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().
struct ShadeInput* VolPrecachePart::shi |
Definition at line 476 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().
struct RayObject* VolPrecachePart::tree |
Definition at line 475 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().
float VolPrecachePart::viewmat[4][4] |
Definition at line 478 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().
float VolPrecachePart::voxel[3] |
Definition at line 485 of file render_types.h.
Referenced by precache_init_parts(), and vol_precache_part().