Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
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.

Link copied to clipboard
object ShaderUtil

Shader helper functions.