webxr icon indicating copy to clipboard operation
webxr copied to clipboard

First pass at defining tracked sources

Open cabanier opened this issue 4 months ago • 3 comments


Preview | Diff

cabanier avatar Mar 02 '24 18:03 cabanier

A few quick questions based on spec:

  1. Input source can "move" from trackedSources to inputSources lists and back? Is it the same XRInputSource instance, or a new object?
  2. If it is a new object, but they represent the same real thing, let's say the user takes a controller in hand, and now the input source moves from tracked to primary list, is there information for the developer to associate a previous instance with a new one?

Maksims avatar Mar 02 '24 19:03 Maksims

A few quick questions based on spec:

  1. Input source can "move" from trackedSources to inputSources lists and back? Is it the same XRInputSource instance, or a new object

It is the same object.

cabanier avatar Mar 02 '24 19:03 cabanier

/facetoface

AdaRoseCannon avatar Mar 05 '24 20:03 AdaRoseCannon