Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

18 lines (16 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0]

Added

  • Complete refactor to use XRI and XR Hands.
    • Adds HPUI Interactor and related logic implementations
    • Adds HPUI Interactables
      • HPUIBaseInteractable - desrete targets
      • HPUIGeneratedContinuousInteractable - deformable continuous interactable which can be generated at runtime
      • HPUIMeshContinuousInteractable - deformable continuous interactable that uses existing skinned mesh renderer.
    • Adds JointFollower and related components to hook into XR Hands
    • Adds simple UI components built on HPUI
      • HPUIInteractorLRVisual - Use a linerender as a cursor showing where the interactor thinks the interaction is gooing to happe.
      • HPUIInteractorTransformVisual - Positions a transform as a cursor showing where the interactor thinks the interaction is gooing to happe.