|
Blender V4.3
|
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 102 of file bake.cc.
Referenced by calc_point_from_barycentric_extrusion(), and RE_bake_normal_world_to_tangent().
| const float* TriTessFace::loop_normal[3] |
Definition at line 100 of file bake.cc.
Referenced by RE_bake_normal_world_to_tangent().
| float TriTessFace::normal[3] |
Definition at line 101 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 97 of file bake.cc.
Referenced by calc_point_from_barycentric_extrusion(), and cast_ray_highpoly().
| const TSpace* TriTessFace::tspace[3] |
Definition at line 99 of file bake.cc.
Referenced by RE_bake_normal_world_to_tangent().
| const float* TriTessFace::vert_normals[3] |
Definition at line 98 of file bake.cc.
Referenced by calc_point_from_barycentric_extrusion(), and RE_bake_normal_world_to_tangent().