GeometryFrameData
data class GeometryFrameData(val points: FloatBuffer, val colors: FloatBuffer, val pose: Pose, val anchor: Anchor?)
A lightweight data class holding only the geometry, pose, and anchor needed by the PointsRenderer. This can be safely queued.