PlayCanvas ハンドトラッキング イベント
ハンドトラッキングのイベントは、this.app.on(event, handler, this)
としてリッスンすることができます。
xr:ハンドローディング:ハンドARリソースを追加するため、ロード開始時に発火します。
xr:handloading : {maxDetections, pointsPerDetection, rightIndices, leftIndices}`.
xr:handscanning:すべてのハンドARリソースがロードされ、スキャンが開始されたときに発生します。
xr:ハンドスキャン{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}
.