|
Blender V5.0
|
Public Attributes | |
| VertSeam * | next |
| VertSeam * | prev |
| int | tri |
| uint | loop |
| float | angle |
| bool | normal_cw |
| float | uv [2] |
Definition at line 533 of file paint_image_proj.cc.
| float VertSeam::angle |
Definition at line 537 of file paint_image_proj.cc.
Referenced by compute_seam_normal(), and insert_seam_vert_array().
| uint VertSeam::loop |
Definition at line 536 of file paint_image_proj.cc.
Referenced by find_adjacent_seam(), and insert_seam_vert_array().
| VertSeam* VertSeam::next |
Definition at line 534 of file paint_image_proj.cc.
Referenced by find_adjacent_seam(), and insert_seam_vert_array().
| bool VertSeam::normal_cw |
Definition at line 538 of file paint_image_proj.cc.
Referenced by compute_seam_normal(), find_adjacent_seam(), and insert_seam_vert_array().
| VertSeam * VertSeam::prev |
Definition at line 534 of file paint_image_proj.cc.
Referenced by insert_seam_vert_array().
| int VertSeam::tri |
Definition at line 535 of file paint_image_proj.cc.
Referenced by insert_seam_vert_array().
| float VertSeam::uv[2] |
Definition at line 539 of file paint_image_proj.cc.
Referenced by find_adjacent_seam(), and insert_seam_vert_array().