|
Blender V4.3
|
Public Member Functions | |
| FanSegment (const MeshData &mesh_data, const int primitive_index, const int3 tri, int vertex) | |
| void | print_debug (const MeshData &mesh_data) const |
Public Attributes | ||
| int | primitive_index | |
| int3 | tri | |
| float2 | uvs [3] | |
| int | vert_order [3] | |
| struct { | ||
| bool found: 1 | ||
| } | flags | |
The inner edge of a fan.
Definition at line 506 of file pbvh_uv_islands.cc.
|
inline |
Definition at line 517 of file pbvh_uv_islands.cc.
References BLI_assert, blender::bke::pbvh::uv_islands::MeshData::corner_verts, flags, tri, and vert_order.
|
inline |
Definition at line 541 of file pbvh_uv_islands.cc.
References blender::bke::pbvh::uv_islands::MeshData::corner_verts, flags, tri, uvs, and vert_order.
| struct { ... } blender::bke::pbvh::uv_islands::FanSegment::flags |
Referenced by FanSegment(), and print_debug().
| bool blender::bke::pbvh::uv_islands::FanSegment::found |
Definition at line 514 of file pbvh_uv_islands.cc.
| int blender::bke::pbvh::uv_islands::FanSegment::primitive_index |
Definition at line 507 of file pbvh_uv_islands.cc.
| int3 blender::bke::pbvh::uv_islands::FanSegment::tri |
Definition at line 508 of file pbvh_uv_islands.cc.
Referenced by FanSegment(), and print_debug().
| float2 blender::bke::pbvh::uv_islands::FanSegment::uvs[3] |
Definition at line 510 of file pbvh_uv_islands.cc.
Referenced by print_debug().
| int blender::bke::pbvh::uv_islands::FanSegment::vert_order[3] |
Definition at line 511 of file pbvh_uv_islands.cc.
Referenced by FanSegment(), and print_debug().