|
Blender V5.0
|
Public Attributes | |
| const float * | positions [3] |
| const float * | vert_normals [3] |
| blender::float4 | tspace [3] |
| const float * | loop_normal [3] |
| float | normal [3] |
| bool | is_smooth |
| bool TriTessFace::is_smooth |
Definition at line 98 of file bake.cc.
Referenced by calc_point_from_barycentric_extrusion(), mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().
| const float* TriTessFace::loop_normal[3] |
Definition at line 96 of file bake.cc.
Referenced by mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().
| float TriTessFace::normal[3] |
Definition at line 97 of file bake.cc.
Referenced by calc_point_from_barycentric_extrusion(), cast_ray_highpoly(), and RE_bake_normal_world_to_tangent().
| const float* TriTessFace::positions[3] |
Definition at line 93 of file bake.cc.
Referenced by calc_point_from_barycentric_extrusion(), cast_ray_highpoly(), and mesh_calc_tri_tessface().
| blender::float4 TriTessFace::tspace[3] |
Definition at line 95 of file bake.cc.
Referenced by mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().
| const float* TriTessFace::vert_normals[3] |
Definition at line 94 of file bake.cc.
Referenced by calc_point_from_barycentric_extrusion(), mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().