|
@@ -197,6 +197,7 @@ export class WebXRHand implements IDisposable {
|
|
if (this._handMesh && this._rigMapping) {
|
|
if (this._handMesh && this._rigMapping) {
|
|
this._defaultHandMesh = false;
|
|
this._defaultHandMesh = false;
|
|
this._handMesh.alwaysSelectAsActiveMesh = true;
|
|
this._handMesh.alwaysSelectAsActiveMesh = true;
|
|
|
|
+ this._handMesh.getChildMeshes().forEach((m) => (m.alwaysSelectAsActiveMesh = true));
|
|
this.onHandMeshReadyObservable.notifyObservers(this);
|
|
this.onHandMeshReadyObservable.notifyObservers(this);
|
|
} else {
|
|
} else {
|
|
if (!disableDefaultHandMesh) {
|
|
if (!disableDefaultHandMesh) {
|