![]() |
Blender V2.61 - r43446
|
#include <render_types.h>
Public Attributes | |
| struct MatInside * | next |
| struct MatInside * | prev |
| struct Material * | ma |
| struct ObjectInstanceRen * | obi |
Definition at line 466 of file render_types.h.
| struct Material* MatInside::ma |
Definition at line 468 of file render_types.h.
Referenced by init_camera_inside_volumes(), shade_volume_inside(), and volume_trace().
| struct MatInside* MatInside::next |
Definition at line 467 of file render_types.h.
Referenced by volume_trace().
| struct ObjectInstanceRen* MatInside::obi |
Definition at line 469 of file render_types.h.
Referenced by init_camera_inside_volumes(), and shade_volume_inside().
| struct MatInside * MatInside::prev |
Definition at line 467 of file render_types.h.