New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 916589 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android , Windows
Pri: 3
Type: Bug
Proj-VR



Sign in to add a comment

Implement XRRigidTransform

Project Member Reported by bajones@chromium.org, Dec 19

Issue description

The XRRigidTransform interface is a recent addition to the spec that is used in many places where we previously exposed a Float32Array matrix.

https://immersive-web.github.io/webxr/#xrrigidtransform-interface

The interface needs to be implemented in Chromium and used any place the spec calls for it:

 - Replace 'XRViewerPose.poseModelMatrix' with 'XRViewerPose.transform'
 - Replace 'XRInputPose.gripMatrix' with 'XRInputPose.gripTransform'
 - Add 'transform' to 'XRView'
 - Add 'transform' to 'XRReferenceSpaceEvent'
 - Add a constructor to 'XRRay' that takes in a 'XRRigidTransform'
 

Sign in to add a comment