Archetype: Specifies that the entity path at which this is logged is disconnected from its parent.
More...
#include <rerun/archetypes/disconnected_space.hpp>
|
using | IndicatorComponent = components::IndicatorComponent< IndicatorComponentName > |
| Indicator component, used to identify the archetype when converting to a list of components.
|
|
Archetype: Specifies that the entity path at which this is logged is disconnected from its parent.
This is useful for specifying that a subgraph is independent of the rest of the scene.
If a transform or pinhole is logged on the same path, this archetype's components will be ignored.
Example
Disconnected Space
#include <rerun.hpp>
int main() {
rec.spawn().exit_on_failure();
}
A RecordingStream handles everything related to logging data into Rerun.
Definition recording_stream.hpp:57
Archetype: Specifies that the entity path at which this is logged is disconnected from its parent.
Definition disconnected_space.hpp:45
Archetype: A 3D point cloud with positions and optional colors, radii, labels, etc.
Definition points3d.hpp:67
◆ IndicatorComponentName
constexpr const char rerun::archetypes::DisconnectedSpace::IndicatorComponentName[] |
|
staticconstexpr |
Initial value:=
"rerun.components.DisconnectedSpaceIndicator"
The documentation for this struct was generated from the following file: