Blender  V3.3
Public Attributes | List of all members
blender::bke::pbvh::pixels::PackedPixelRow Struct Reference

#include <BKE_pbvh_pixels.hh>

Public Attributes

float2 start_barycentric_coord
 
ushort2 start_image_coordinate
 
ushort num_pixels
 
ushort triangle_index
 

Detailed Description

Encode sequential pixels to reduce memory footprint.

Definition at line 87 of file BKE_pbvh_pixels.hh.

Member Data Documentation

◆ num_pixels

ushort blender::bke::pbvh::pixels::PackedPixelRow::num_pixels

◆ start_barycentric_coord

float2 blender::bke::pbvh::pixels::PackedPixelRow::start_barycentric_coord

Barycentric coordinate of the first pixel.

Definition at line 89 of file BKE_pbvh_pixels.hh.

Referenced by blender::bke::pbvh::pixels::extract_barycentric_pixels().

◆ start_image_coordinate

ushort2 blender::bke::pbvh::pixels::PackedPixelRow::start_image_coordinate

◆ triangle_index

ushort blender::bke::pbvh::pixels::PackedPixelRow::triangle_index

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