|
Blender V5.0
|
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 499 of file pbvh_uv_islands.cc.
|
inline |
Definition at line 510 of file pbvh_uv_islands.cc.
References blender::bke::pbvh::uv_islands::MeshData::corner_verts, flags, if(), primitive_index, and tri.
|
inline |
Definition at line 534 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 507 of file pbvh_uv_islands.cc.
| int blender::bke::pbvh::uv_islands::FanSegment::primitive_index |
Definition at line 500 of file pbvh_uv_islands.cc.
Referenced by FanSegment().
| int3 blender::bke::pbvh::uv_islands::FanSegment::tri |
Definition at line 501 of file pbvh_uv_islands.cc.
Referenced by FanSegment(), and print_debug().
| float2 blender::bke::pbvh::uv_islands::FanSegment::uvs[3] |
Definition at line 503 of file pbvh_uv_islands.cc.
Referenced by print_debug().
| int blender::bke::pbvh::uv_islands::FanSegment::vert_order[3] |
Definition at line 504 of file pbvh_uv_islands.cc.
Referenced by print_debug().