Skip to content

Commit

Permalink
OculusHandModel: Added missing POINTING_JOINT.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 6, 2021
1 parent 29dd217 commit a92265f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/jsm/webxr/OculusHandModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { XRHandMeshModel } from "./XRHandMeshModel.js";
const DEFAULT_PROFILES_PATH = 'https://cdn.jsdelivr.net/npm/@webxr-input-profiles/[email protected]/dist/profiles';
const DEFAULT_PROFILE = 'generic-hand';

const POINTING_JOINT = "index-finger-tip";

class OculusHandModel extends Object3D {
constructor(controller) {
super();
Expand Down

0 comments on commit a92265f

Please sign in to comment.