|
Blender
V2.93
|
Public Member Functions | |
| MikkUserData (const BL::Mesh &b_mesh, const char *layer_name, const Mesh *mesh, float3 *tangent, float *tangent_sign) | |
Public Attributes | |
| const Mesh * | mesh |
| int | num_faces |
| float3 * | vertex_normal |
| float2 * | texface |
| float3 * | orco |
| float3 | orco_loc |
| float3 | orco_size |
| float3 * | tangent |
| float * | tangent_sign |
Definition at line 43 of file blender_mesh.cpp.
|
inline |
Definition at line 44 of file blender_mesh.cpp.
References ATTR_STD_GENERATED, ATTR_STD_VERTEX_NORMAL, Geometry::attributes, Attribute::data_float2(), Attribute::data_float3(), AttributeSet::find(), Mesh::get_num_subd_faces(), mesh, mesh_texture_space(), NULL, orco, orco_loc, orco_size, texface, and vertex_normal.
| const Mesh* MikkUserData::mesh |
Definition at line 73 of file blender_mesh.cpp.
Referenced by mikk_get_normal(), mikk_get_num_faces(), mikk_get_num_verts_of_face(), mikk_get_position(), mikk_get_texture_coordinate(), mikk_set_tangent_space(), and MikkUserData().
| int MikkUserData::num_faces |
Definition at line 74 of file blender_mesh.cpp.
| float3* MikkUserData::orco |
Definition at line 78 of file blender_mesh.cpp.
Referenced by mikk_get_texture_coordinate(), and MikkUserData().
| float3 MikkUserData::orco_loc |
Definition at line 79 of file blender_mesh.cpp.
Referenced by mikk_get_texture_coordinate(), and MikkUserData().
| float3 MikkUserData::orco_size |
Definition at line 79 of file blender_mesh.cpp.
Referenced by mikk_get_texture_coordinate(), and MikkUserData().
| float3* MikkUserData::tangent |
Definition at line 81 of file blender_mesh.cpp.
Referenced by mikk_set_tangent_space().
| float* MikkUserData::tangent_sign |
Definition at line 82 of file blender_mesh.cpp.
Referenced by mikk_set_tangent_space().
| float2* MikkUserData::texface |
Definition at line 77 of file blender_mesh.cpp.
Referenced by mikk_get_texture_coordinate(), and MikkUserData().
| float3* MikkUserData::vertex_normal |
Definition at line 76 of file blender_mesh.cpp.
Referenced by mikk_get_normal(), and MikkUserData().