Blender V2.61 - r43446
|
#include <render_types.h>
Public Attributes | |
struct VolumeOb * | next |
struct VolumeOb * | prev |
struct Material * | ma |
struct ObjectRen * | obr |
Definition at line 459 of file render_types.h.
struct Material* VolumeOb::ma |
Definition at line 462 of file render_types.h.
Referenced by add_volume(), init_camera_inside_volumes(), init_render_mesh(), and volume_precache().
struct VolumeOb* VolumeOb::next |
Definition at line 461 of file render_types.h.
Referenced by init_camera_inside_volumes(), and volume_precache().
struct ObjectRen* VolumeOb::obr |
Definition at line 463 of file render_types.h.
Referenced by add_volume(), init_camera_inside_volumes(), and volume_precache().
struct VolumeOb * VolumeOb::prev |
Definition at line 461 of file render_types.h.