Blender
V3.3
|
#include <obj_export_mtl.hh>
Public Member Functions | |
tex_map_XX (StringRef to_socket_id) | |
bool | is_valid () const |
Public Attributes | |
const std::string | dest_socket_id |
float3 | translation {0.0f} |
float3 | scale {1.0f} |
int | projection_type = SHD_PROJ_FLAT |
std::string | image_path |
std::string | mtl_dir_path |
Generic container for texture node properties.
Definition at line 30 of file obj_export_mtl.hh.
|
inline |
Definition at line 31 of file obj_export_mtl.hh.
Definition at line 32 of file obj_export_mtl.hh.
References image_path.
const std::string blender::io::obj::tex_map_XX::dest_socket_id |
Definition at line 38 of file obj_export_mtl.hh.
std::string blender::io::obj::tex_map_XX::image_path |
Definition at line 43 of file obj_export_mtl.hh.
Referenced by blender::io::obj::obj_mtl_parser_test::check_impl(), is_valid(), blender::io::obj::load_texture_image(), blender::io::obj::parse_texture_map(), and blender::io::obj::TEST_F().
std::string blender::io::obj::tex_map_XX::mtl_dir_path |
Definition at line 44 of file obj_export_mtl.hh.
Referenced by blender::io::obj::load_texture_image(), and blender::io::obj::parse_texture_map().
int blender::io::obj::tex_map_XX::projection_type = SHD_PROJ_FLAT |
Definition at line 42 of file obj_export_mtl.hh.
Referenced by blender::io::obj::obj_mtl_parser_test::check_impl(), blender::io::obj::parse_texture_option(), and blender::io::obj::TEST_F().
float3 blender::io::obj::tex_map_XX::scale {1.0f} |
Definition at line 40 of file obj_export_mtl.hh.
Referenced by blender::io::obj::obj_mtl_parser_test::check_impl(), blender::io::obj::parse_texture_option(), and blender::io::obj::TEST_F().
float3 blender::io::obj::tex_map_XX::translation {0.0f} |
Definition at line 39 of file obj_export_mtl.hh.
Referenced by blender::io::obj::obj_mtl_parser_test::check_impl(), blender::io::obj::parse_texture_option(), and blender::io::obj::TEST_F().