![]() |
Blender V2.61 - r43446
|
#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 | pad |
| float | mat [4][4] |
| float | min [3] |
| float | max [3] |
| struct Object * | ob |
Definition at line 285 of file DNA_texture_types.h.
| int TexMapping::flag |
Definition at line 287 of file DNA_texture_types.h.
Referenced by do_map_value(), gpu_shader_mapping(), init_tex_mapping(), node_shader_exec_mapping(), and node_shader_gpu_tex_mapping().
| float TexMapping::loc[3] |
Definition at line 286 of file DNA_texture_types.h.
Referenced by do_map_value(), and init_tex_mapping().
| char TexMapping::mapping |
Definition at line 288 of file DNA_texture_types.h.
Referenced by default_tex_mapping().
| float TexMapping::mat[4][4] |
Definition at line 291 of file DNA_texture_types.h.
Referenced by default_tex_mapping(), gpu_shader_mapping(), init_tex_mapping(), node_shader_exec_mapping(), node_shader_gpu_tex_mapping(), and tex_mat_set_texture_cb().
| float TexMapping::max[3] |
Definition at line 292 of file DNA_texture_types.h.
Referenced by default_tex_mapping(), do_map_value(), gpu_shader_mapping(), node_shader_exec_mapping(), and node_shader_gpu_tex_mapping().
| float TexMapping::min[3] |
Definition at line 292 of file DNA_texture_types.h.
Referenced by do_map_value(), gpu_shader_mapping(), node_shader_exec_mapping(), and node_shader_gpu_tex_mapping().
| struct Object* TexMapping::ob |
Definition at line 293 of file DNA_texture_types.h.
| int TexMapping::pad |
Definition at line 289 of file DNA_texture_types.h.
| char TexMapping::projx |
Definition at line 288 of file DNA_texture_types.h.
Referenced by default_tex_mapping(), do_version_ntree_tex_mapping_260(), and init_tex_mapping().
| char TexMapping::projy |
Definition at line 288 of file DNA_texture_types.h.
Referenced by default_tex_mapping(), do_version_ntree_tex_mapping_260(), and init_tex_mapping().
| char TexMapping::projz |
Definition at line 288 of file DNA_texture_types.h.
Referenced by default_tex_mapping(), do_version_ntree_tex_mapping_260(), and init_tex_mapping().
| float TexMapping::rot[3] |
Definition at line 286 of file DNA_texture_types.h.
Referenced by do_versions_nodetree_convert_angle(), and init_tex_mapping().
| float TexMapping::size[3] |
Definition at line 286 of file DNA_texture_types.h.
Referenced by default_tex_mapping(), do_map_value(), and init_tex_mapping().