|
Blender V4.3
|
Public Attributes | |
| VertSeam * | next |
| VertSeam * | prev |
| int | tri |
| uint | loop |
| float | angle |
| bool | normal_cw |
| float | uv [2] |
Definition at line 517 of file paint_image_proj.cc.
| float VertSeam::angle |
Definition at line 521 of file paint_image_proj.cc.
Referenced by compute_seam_normal(), and insert_seam_vert_array().
| uint VertSeam::loop |
Definition at line 520 of file paint_image_proj.cc.
Referenced by insert_seam_vert_array().
| VertSeam* VertSeam::next |
Definition at line 518 of file paint_image_proj.cc.
Referenced by find_adjacent_seam(), and insert_seam_vert_array().
| bool VertSeam::normal_cw |
Definition at line 522 of file paint_image_proj.cc.
Referenced by find_adjacent_seam(), and insert_seam_vert_array().
| VertSeam * VertSeam::prev |
Definition at line 518 of file paint_image_proj.cc.
Referenced by insert_seam_vert_array().
| int VertSeam::tri |
Definition at line 519 of file paint_image_proj.cc.
Referenced by insert_seam_vert_array().
| float VertSeam::uv[2] |
Definition at line 523 of file paint_image_proj.cc.
Referenced by find_adjacent_seam(), and insert_seam_vert_array().