Blender V5.0
VertSeam Struct Reference

Public Attributes

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

Detailed Description

Definition at line 533 of file paint_image_proj.cc.

Member Data Documentation

◆ angle

float VertSeam::angle

Definition at line 537 of file paint_image_proj.cc.

Referenced by compute_seam_normal(), and insert_seam_vert_array().

◆ loop

uint VertSeam::loop

Definition at line 536 of file paint_image_proj.cc.

Referenced by find_adjacent_seam(), and insert_seam_vert_array().

◆ next

VertSeam* VertSeam::next

Definition at line 534 of file paint_image_proj.cc.

Referenced by find_adjacent_seam(), and insert_seam_vert_array().

◆ normal_cw

bool VertSeam::normal_cw

◆ prev

VertSeam * VertSeam::prev

Definition at line 534 of file paint_image_proj.cc.

Referenced by insert_seam_vert_array().

◆ tri

int VertSeam::tri

Definition at line 535 of file paint_image_proj.cc.

Referenced by insert_seam_vert_array().

◆ uv

float VertSeam::uv[2]

Definition at line 539 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: