Blender
V3.3
|
Public Attributes | |
const MVert * | mverts [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 101 of file bake.c.
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 99 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 96 of file bake.c.
Referenced by calc_point_from_barycentric_extrusion(), cast_ray_highpoly(), and mesh_calc_tri_tessface().
float TriTessFace::normal[3] |
Definition at line 100 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 98 of file bake.c.
Referenced by mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().
const float* TriTessFace::vert_normals[3] |
Definition at line 97 of file bake.c.
Referenced by calc_point_from_barycentric_extrusion(), mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().