Blender
V3.3
|
Public Attributes | |
struct VertSeam * | next |
struct VertSeam * | prev |
int | tri |
uint | loop |
float | angle |
bool | normal_cw |
float | uv [2] |
Definition at line 494 of file paint_image_proj.c.
float VertSeam::angle |
Definition at line 498 of file paint_image_proj.c.
Referenced by compute_seam_normal(), and insert_seam_vert_array().
uint VertSeam::loop |
Definition at line 497 of file paint_image_proj.c.
Referenced by find_adjacent_seam(), and insert_seam_vert_array().
struct VertSeam* VertSeam::next |
Definition at line 495 of file paint_image_proj.c.
Referenced by find_adjacent_seam(), and insert_seam_vert_array().
bool VertSeam::normal_cw |
Definition at line 499 of file paint_image_proj.c.
Referenced by compute_seam_normal(), find_adjacent_seam(), and insert_seam_vert_array().
struct VertSeam * VertSeam::prev |
Definition at line 495 of file paint_image_proj.c.
Referenced by insert_seam_vert_array().
int VertSeam::tri |
Definition at line 496 of file paint_image_proj.c.
Referenced by insert_seam_vert_array(), and project_face_seams_init().
float VertSeam::uv[2] |
Definition at line 500 of file paint_image_proj.c.
Referenced by find_adjacent_seam(), insert_seam_vert_array(), pixel_bounds_array(), project_paint_face_paint_tile(), project_paint_PickColor(), screen_px_from_ortho(), screen_px_from_persp(), and uvco_to_wrapped_pxco().