UNPKG

@memori.ai/memori-react

Version:

[![npm version](https://img.shields.io/github/package-json/v/memori-ai/memori-react)](https://www.npmjs.com/package/@memori.ai/memori-react) ![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main) ![TypeScript Support](https

10 lines 304 B
export const hideHands = (nodes) => { if (nodes.Wolf3D_Hands) { nodes.Wolf3D_Hands.visible = false; } if (nodes.RightHand && nodes.LeftHand) { nodes.RightHand.position.set(0, -2, 0); nodes.LeftHand.position.set(0, -2, 0); } }; //# sourceMappingURL=hideHands.js.map