Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::datatypes::MeshProperties Struct Reference

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_)
 
MeshPropertiesoperator= (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.
 

Detailed Description

Datatype: Optional triangle indices for a mesh.

Member Data Documentation

◆ indices

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.


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