Skip to content

Commit

Permalink
OculusHandModel: Added missing TOUCH_RADIUS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 6, 2021
1 parent a51bed7 commit 2c9b143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/jsm/webxr/OculusHandModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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 TOUCH_RADIUS = 0.01;
const POINTING_JOINT = 'index-finger-tip';

class OculusHandModel extends Object3D {
Expand Down

0 comments on commit 2c9b143

Please sign in to comment.