|
Blender V4.3
|
Public Attributes | |
| int | x_min = 0 |
| int | x_max = 0 |
| Array< int > | offsets |
| Array< int > | tri_indices |
Definition at line 22 of file reverse_uv_sampler.cc.
Offsets into the array of indices below. Also see #OffsetIndices. May be empty if there are no triangles in this row.
Definition at line 30 of file reverse_uv_sampler.cc.
Referenced by blender::geometry::lookup_tris_in_cell().
A flat array containing the triangle indices contained in each cell.
Definition at line 32 of file reverse_uv_sampler.cc.
Referenced by blender::geometry::lookup_tris_in_cell().
| int blender::geometry::Row::x_max = 0 |
Definition at line 25 of file reverse_uv_sampler.cc.
Referenced by blender::geometry::lookup_tris_in_cell().
| int blender::geometry::Row::x_min = 0 |
The min and max horizontal cell index that is used in this row.
Definition at line 24 of file reverse_uv_sampler.cc.
Referenced by blender::geometry::lookup_tris_in_cell().