Blender  V3.3
Public Attributes | List of all members
VertSeam Struct Reference

Public Attributes

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

Detailed Description

Definition at line 494 of file paint_image_proj.c.

Member Data Documentation

◆ angle

float VertSeam::angle

Definition at line 498 of file paint_image_proj.c.

Referenced by compute_seam_normal(), and insert_seam_vert_array().

◆ loop

uint VertSeam::loop

Definition at line 497 of file paint_image_proj.c.

Referenced by find_adjacent_seam(), and insert_seam_vert_array().

◆ next

struct VertSeam* VertSeam::next

Definition at line 495 of file paint_image_proj.c.

Referenced by find_adjacent_seam(), and insert_seam_vert_array().

◆ normal_cw

bool VertSeam::normal_cw

◆ prev

struct VertSeam * VertSeam::prev

Definition at line 495 of file paint_image_proj.c.

Referenced by insert_seam_vert_array().

◆ tri

int VertSeam::tri

Definition at line 496 of file paint_image_proj.c.

Referenced by insert_seam_vert_array(), and project_face_seams_init().

◆ uv

float VertSeam::uv[2]

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