Rerun C++ SDK
|
Component: Optional triangle indices for a mesh. More...
#include <rerun/components/mesh_properties.hpp>
Public Member Functions | |
MeshProperties (rerun::datatypes::MeshProperties props_) | |
MeshProperties & | operator= (rerun::datatypes::MeshProperties props_) |
MeshProperties (std::optional< rerun::Collection< uint32_t > > indices_) | |
MeshProperties & | operator= (std::optional< rerun::Collection< uint32_t > > indices_) |
operator rerun::datatypes::MeshProperties () const | |
Cast to the underlying MeshProperties datatype. | |
Static Public Member Functions | |
static MeshProperties | from_triangle_indices (Collection< uint32_t > indices) |
Public Attributes | |
rerun::datatypes::MeshProperties | props |
Component: Optional triangle indices for a mesh.