|
Blender V4.5
|
Public Attributes | |
| const float * | positions [3] |
| const float * | vert_normals [3] |
| const TSpace * | tspace [3] |
| const float * | loop_normal [3] |
| float | normal [3] |
| bool | is_smooth |
| bool TriTessFace::is_smooth |
Definition at line 105 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 103 of file bake.cc.
Referenced by mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().
| float TriTessFace::normal[3] |
Definition at line 104 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 100 of file bake.cc.
Referenced by calc_point_from_barycentric_extrusion(), cast_ray_highpoly(), and mesh_calc_tri_tessface().
| const TSpace* TriTessFace::tspace[3] |
Definition at line 102 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 101 of file bake.cc.
Referenced by calc_point_from_barycentric_extrusion(), mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().