Archetype: Spatially disconnect this entity from its parent.
Specifies that the entity path at which this is logged is spatially disconnected from its parent, making it impossible to transform the entity path into its parent's space and vice versa. It only applies to views that work with spatial transformations, i.e. 2D & 3D views. This is useful for specifying that a subgraph is independent of the rest of the scene.
Example
Disconnected space
#include <rerun.hpp>
RR_DISABLE_DEPRECATION_WARNING
int main() {
rec.spawn().exit_on_failure();
}
A RecordingStream handles everything related to logging data into Rerun.
Definition recording_stream.hpp:60
Archetype: Spatially disconnect this entity from its parent.
Definition disconnected_space.hpp:53
Archetype: A 3D point cloud with positions and optional colors, radii, labels, etc.
Definition points3d.hpp:156