|
Blender
V3.3
|
#include <DNA_texture_types.h>
Public Attributes | |
| float | loc [3] |
| float | rot [3] |
| float | size [3] |
| int | flag |
| char | projx |
| char | projy |
| char | projz |
| char | mapping |
| int | type |
| float | mat [4][4] |
| float | min [3] |
| float | max [3] |
| struct Object * | ob |
Used for mapping and texture nodes.
Definition at line 213 of file DNA_texture_types.h.
| int TexMapping::flag |
| float TexMapping::loc[3] |
| char TexMapping::mapping |
Definition at line 219 of file DNA_texture_types.h.
Referenced by BKE_texture_mapping_default().
| float TexMapping::mat[4][4] |
Definition at line 222 of file DNA_texture_types.h.
Referenced by BKE_texture_mapping_default(), and BKE_texture_mapping_init().
| float TexMapping::max[3] |
| float TexMapping::min[3] |
Definition at line 223 of file DNA_texture_types.h.
Referenced by blender::compositor::MapValueOperation::execute_pixel_sampled(), update_mapping_node_inputs_and_properties(), and blender::compositor::MapValueOperation::update_memory_buffer_partial().
| struct Object* TexMapping::ob |
Definition at line 224 of file DNA_texture_types.h.
| char TexMapping::projx |
Definition at line 219 of file DNA_texture_types.h.
Referenced by BKE_texture_mapping_default(), BKE_texture_mapping_init(), and blo_do_versions_260().
| char TexMapping::projy |
Definition at line 219 of file DNA_texture_types.h.
Referenced by BKE_texture_mapping_default(), BKE_texture_mapping_init(), and blo_do_versions_260().
| char TexMapping::projz |
Definition at line 219 of file DNA_texture_types.h.
Referenced by BKE_texture_mapping_default(), BKE_texture_mapping_init(), and blo_do_versions_260().
| float TexMapping::rot[3] |
Rotation in radians.
Definition at line 216 of file DNA_texture_types.h.
Referenced by BKE_texture_mapping_init(), do_versions_nodetree_convert_angle(), mapping_node_order_flip(), and update_mapping_node_inputs_and_properties().
| float TexMapping::size[3] |
Definition at line 217 of file DNA_texture_types.h.
Referenced by BKE_texture_mapping_default(), BKE_texture_mapping_init(), blender::compositor::MapValueOperation::execute_pixel_sampled(), update_mapping_node_inputs_and_properties(), and blender::compositor::MapValueOperation::update_memory_buffer_partial().
| int TexMapping::type |
Definition at line 220 of file DNA_texture_types.h.
Referenced by BKE_texture_mapping_default(), BKE_texture_mapping_init(), and update_mapping_node_inputs_and_properties().