|
Blender
V2.93
|
Public Attributes | |
| const MVert * | mverts [3] |
| const TSpace * | tspace [3] |
| float * | loop_normal [3] |
| float | normal [3] |
| bool | is_smooth |
| bool TriTessFace::is_smooth |
Definition at line 113 of file bake.c.
Referenced by calc_point_from_barycentric_extrusion(), mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().
| float* TriTessFace::loop_normal[3] |
Definition at line 111 of file bake.c.
Referenced by mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().
| const MVert* TriTessFace::mverts[3] |
Definition at line 109 of file bake.c.
Referenced by calc_point_from_barycentric_extrusion(), cast_ray_highpoly(), mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().
| float TriTessFace::normal[3] |
Definition at line 112 of file bake.c.
Referenced by calc_point_from_barycentric_extrusion(), cast_ray_highpoly(), and RE_bake_normal_world_to_tangent().
| const TSpace* TriTessFace::tspace[3] |
Definition at line 110 of file bake.c.
Referenced by mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().