Browse Source

Merge pull request #9163 from chrisfromwork/exposeAbstractFeature

Update index to expose WebXRAbstractFeature for usage outside babylon.js packages
Raanan Weber 4 years ago
parent
commit
1e8c0bd69e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/XR/features/index.ts

+ 1 - 0
src/XR/features/index.ts

@@ -1,3 +1,4 @@
+export * from "./WebXRAbstractFeature";
 export * from "./WebXRHitTestLegacy";
 export * from "./WebXRHitTestLegacy";
 export * from "./WebXRAnchorSystem";
 export * from "./WebXRAnchorSystem";
 export * from "./WebXRPlaneDetector";
 export * from "./WebXRPlaneDetector";