Blender
V3.3
|
#include <DNA_modifier_types.h>
Public Attributes | |
ModifierData | modifier |
struct Tex * | texture |
struct Object * | texture_map_object |
int | texture_map_mode |
float | strength |
float | texture_mid_level [3] |
float | texture_sample_radius |
Definition at line 2331 of file DNA_modifier_types.h.
ModifierData VolumeDisplaceModifierData::modifier |
Definition at line 2332 of file DNA_modifier_types.h.
float VolumeDisplaceModifierData::strength |
Definition at line 2338 of file DNA_modifier_types.h.
Referenced by initData().
struct Tex* VolumeDisplaceModifierData::texture |
Definition at line 2334 of file DNA_modifier_types.h.
Referenced by dependsOnTime(), foreachIDLink(), initData(), and updateDepsgraph().
int VolumeDisplaceModifierData::texture_map_mode |
Definition at line 2336 of file DNA_modifier_types.h.
Referenced by panel_draw(), and updateDepsgraph().
struct Object* VolumeDisplaceModifierData::texture_map_object |
Definition at line 2335 of file DNA_modifier_types.h.
Referenced by foreachIDLink(), and updateDepsgraph().
float VolumeDisplaceModifierData::texture_mid_level[3] |
Definition at line 2339 of file DNA_modifier_types.h.
Referenced by initData().
float VolumeDisplaceModifierData::texture_sample_radius |
Definition at line 2340 of file DNA_modifier_types.h.
Referenced by initData().