Skip to content

Commit a92265f

Browse files
committed
OculusHandModel: Added missing POINTING_JOINT.
1 parent 29dd217 commit a92265f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/jsm/webxr/OculusHandModel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { XRHandMeshModel } from "./XRHandMeshModel.js";
55
const DEFAULT_PROFILES_PATH = 'https://cdn.jsdelivr.net/npm/@webxr-input-profiles/[email protected]/dist/profiles';
66
const DEFAULT_PROFILE = 'generic-hand';
77

8+
const POINTING_JOINT = "index-finger-tip";
9+
810
class OculusHandModel extends Object3D {
911
constructor(controller) {
1012
super();

0 commit comments

Comments
 (0)