|
Blender
V3.3
|
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 31 of file blender/mesh.cpp.
|
inline |
Definition at line 32 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 61 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 62 of file blender/mesh.cpp.
| float3* MikkUserData::orco |
Definition at line 66 of file blender/mesh.cpp.
Referenced by mikk_get_texture_coordinate(), and MikkUserData().
| float3 MikkUserData::orco_loc |
Definition at line 67 of file blender/mesh.cpp.
Referenced by mikk_get_texture_coordinate(), and MikkUserData().
| float3 MikkUserData::orco_size |
Definition at line 67 of file blender/mesh.cpp.
Referenced by mikk_get_texture_coordinate(), and MikkUserData().
| float3* MikkUserData::tangent |
Definition at line 69 of file blender/mesh.cpp.
Referenced by mikk_set_tangent_space().
| float* MikkUserData::tangent_sign |
Definition at line 70 of file blender/mesh.cpp.
Referenced by mikk_set_tangent_space().
| float2* MikkUserData::texface |
Definition at line 65 of file blender/mesh.cpp.
Referenced by mikk_get_texture_coordinate(), and MikkUserData().
| float3* MikkUserData::vertex_normal |
Definition at line 64 of file blender/mesh.cpp.
Referenced by mikk_get_normal(), and MikkUserData().