Raanan Weber 4 vuotta sitten
vanhempi
commit
ec949aff93
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      src/LibDeclarations/webxr.d.ts

+ 3 - 0
src/LibDeclarations/webxr.d.ts

@@ -315,6 +315,9 @@ interface XRJointPose extends XRPose {
     radius: number | undefined;
 }
 
+// to be extended
+type XRHandJoint = string;
+
 interface XRHand extends Iterable<XRJointSpace> {
     readonly size: number;