PlayCanvas Hand Tracking イベント
Hand Trackingのイベントは this.app.on(event, handler, this)
としてリスナーとして設定できます。
xr:handloading: 追加のハンドARリソースのローディングが開始されたときに発生します。
xr:handloading : {maxDetections、pointsPerDetection、rightIndices、leftIndices}。
xr:handscanning: すべてのハンドARリソースがロードされ、スキャンが開始されたときに発生します。
xr:handscanning: {maxDetections, pointsPerDetection, rightIndices, leftIndices}
xr:handfound: ハンドが最初に見つかったときに発生します。
xr:handfound : {id, transform, attachmentPoints, vertices, normals, handKind}
xr:handupdated: その後にハンドが見つかったときに発生します。
xr:handupdated : {id, transform, attachmentPoints, vertices, normals, handKind}
xr:handlost: ハンドが追跡されなくなったときに発生します。
xr:handlost : {id}