Rerun C++ SDK
|
Datatype: Optional triangle indices for a mesh. More...
#include <rerun/datatypes/mesh_properties.hpp>
Public Member Functions | |
MeshProperties (std::optional< rerun::Collection< uint32_t > > indices_) | |
MeshProperties & | operator= (std::optional< rerun::Collection< uint32_t > > indices_) |
Public Attributes | |
std::optional< rerun::Collection< uint32_t > > | indices |
A flattened array of vertex indices that describe the mesh's triangles. | |
Datatype: Optional triangle indices for a mesh.
std::optional<rerun::Collection<uint32_t> > rerun::datatypes::MeshProperties::indices |
A flattened array of vertex indices that describe the mesh's triangles.
Its length must be divisible by 3.