|
Blender V4.3
|
#include <obj_export_mtl.hh>
Public Member Functions | |
| bool | is_valid () const |
Public Attributes | |
| float3 | translation {0.0f} |
| float3 | scale {1.0f} |
| int | projection_type = SHD_PROJ_FLAT |
| std::string | image_path |
| std::string | mtl_dir_path |
Definition at line 33 of file obj_export_mtl.hh.
|
inline |
Definition at line 34 of file obj_export_mtl.hh.
References image_path.
Referenced by blender::io::obj::set_bsdf_socket_values().
| std::string blender::io::obj::MTLTexMap::image_path |
Definition at line 44 of file obj_export_mtl.hh.
Referenced by blender::io::obj::OBJMTLParserTest::check_impl(), is_valid(), blender::io::obj::load_texture_image(), blender::io::obj::parse_texture_map(), blender::io::obj::TEST_F(), blender::io::obj::TEST_F(), blender::io::obj::TEST_F(), and blender::io::obj::TEST_F().
| std::string blender::io::obj::MTLTexMap::mtl_dir_path |
Definition at line 45 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::MTLTexMap::projection_type = SHD_PROJ_FLAT |
Definition at line 43 of file obj_export_mtl.hh.
Referenced by blender::io::obj::OBJMTLParserTest::check_impl(), blender::io::obj::parse_texture_option(), and blender::io::obj::TEST_F().
| float3 blender::io::obj::MTLTexMap::scale {1.0f} |
Definition at line 41 of file obj_export_mtl.hh.
Referenced by blender::io::obj::OBJMTLParserTest::check_impl(), blender::io::obj::parse_texture_option(), and blender::io::obj::TEST_F().
| float3 blender::io::obj::MTLTexMap::translation {0.0f} |
Definition at line 40 of file obj_export_mtl.hh.
Referenced by blender::io::obj::OBJMTLParserTest::check_impl(), blender::io::obj::parse_texture_option(), and blender::io::obj::TEST_F().