6#include "../result.hpp"
19 using UInt8Builder = NumericBuilder<UInt8Type>;
50 struct Loggable<components::MeshFaceRendering> {
51 static constexpr std::string_view ComponentType =
"rerun.components.MeshFaceRendering";
54 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
57 static Result<std::shared_ptr<arrow::Array>> to_arrow(
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:103
All built-in components. See Types in the Rerun manual.
Definition rerun.hpp:79
MeshFaceRendering
Component: Determines which faces of a mesh are rendered.
Definition mesh_face_rendering.hpp:27
@ Back
Only back faces are shown.
@ DoubleSided
Show both back and front faces.
@ Front
Only front faces are shown.
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23