Skip to content

TypeError: XRRigidTransform is not a constructor #172

Description

@nkast

I am using the Immersive Web Emulator chrome extension.

When I am calling xrFrame.getViewerPose(XRReferenceSpace);
I am getting a TypeError: XRRigidTransform is not a constructor
from this line: return new XRRigidTransform(transform.matrix);

return new XRRigidTransform(transform.matrix);

I managed to fix this locally by replacing it with return new XRRigidTransform$1(transform.matrix);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions