We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dd217 commit a92265fCopy full SHA for a92265f
examples/jsm/webxr/OculusHandModel.js
@@ -5,6 +5,8 @@ import { XRHandMeshModel } from "./XRHandMeshModel.js";
5
const DEFAULT_PROFILES_PATH = 'https://cdn.jsdelivr.net/npm/@webxr-input-profiles/[email protected]/dist/profiles';
6
const DEFAULT_PROFILE = 'generic-hand';
7
8
+const POINTING_JOINT = "index-finger-tip";
9
+
10
class OculusHandModel extends Object3D {
11
constructor(controller) {
12
super();
0 commit comments