Blender V4.3
VertSeam Struct Reference

Public Attributes

VertSeamnext
 
VertSeamprev
 
int tri
 
uint loop
 
float angle
 
bool normal_cw
 
float uv [2]
 

Detailed Description

Definition at line 517 of file paint_image_proj.cc.

Member Data Documentation

◆ angle

float VertSeam::angle

Definition at line 521 of file paint_image_proj.cc.

Referenced by compute_seam_normal(), and insert_seam_vert_array().

◆ loop

uint VertSeam::loop

Definition at line 520 of file paint_image_proj.cc.

Referenced by insert_seam_vert_array().

◆ next

VertSeam* VertSeam::next

Definition at line 518 of file paint_image_proj.cc.

Referenced by find_adjacent_seam(), and insert_seam_vert_array().

◆ normal_cw

bool VertSeam::normal_cw

Definition at line 522 of file paint_image_proj.cc.

Referenced by find_adjacent_seam(), and insert_seam_vert_array().

◆ prev

VertSeam * VertSeam::prev

Definition at line 518 of file paint_image_proj.cc.

Referenced by insert_seam_vert_array().

◆ tri

int VertSeam::tri

Definition at line 519 of file paint_image_proj.cc.

Referenced by insert_seam_vert_array().

◆ uv

float VertSeam::uv[2]

Definition at line 523 of file paint_image_proj.cc.

Referenced by find_adjacent_seam(), and insert_seam_vert_array().


The documentation for this struct was generated from the following file: