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.

Constructors

Link copied to clipboard
constructor(points: FloatBuffer, colors: FloatBuffer, pose: Pose, anchor: Anchor?)

Properties

Link copied to clipboard
val anchor: Anchor?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pose: Pose

Functions

Link copied to clipboard
fun getModelMatrix(modelMatrix: FloatArray?)