Skip to content

Commit

Permalink
removing hand tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Saffo, David committed Feb 2, 2024
1 parent a1c8cde commit 7a54138
Show file tree
Hide file tree
Showing 3 changed files with 753 additions and 753 deletions.
6 changes: 3 additions & 3 deletions anu-examples/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ const xr = await scene.createDefaultXRExperienceAsync({
// },
floorMeshes: [env.ground]
});
xr.baseExperience.featuresManager.enableFeature(BABYLON.WebXRFeatureName.HAND_TRACKING, "latest", {
xrInput: xr.input
});
// xr.baseExperience.featuresManager.enableFeature(BABYLON.WebXRFeatureName.HAND_TRACKING, "latest", {
// xrInput: xr.input
// });


//Render the scene we created
Expand Down
1,498 changes: 749 additions & 749 deletions docs/public/assets/index.fdedd1c6.js → docs/public/assets/index.085db560.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/public/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>AnuJS Visualization Examples</title>


<script type="module" crossorigin src="/anu/assets/index.fdedd1c6.js"></script>
<script type="module" crossorigin src="/anu/assets/index.085db560.js"></script>
<link rel="stylesheet" href="/anu/assets/index.176030ad.css">
</head>
<body>
Expand Down

0 comments on commit 7a54138

Please sign in to comment.