319

Picking Shapes
Overview

  • The Java 3D API divides picking into two portions
  • Interface (clicking with a 2D mouse or move a 6DOF wand)
  • Semantics (finding objects that meet the search criteria)
  • Enables interchangeable interaction methods

  • API designed for speed
  • Only works on bounds
  • Utilities provide more fine-grained support