We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efc423 commit d3c063fCopy full SHA for d3c063f
1 file changed
src/components/holdable/holdable.js
@@ -342,9 +342,8 @@ AFRAME.registerComponent("holdable", {
342
// Fall back to the computed position (where it was actually grabbed).
343
customGrabPos = pos;
344
useCustomPos = false;
345
- // Debug - pasteable attribute that reproduces this grab (order: XYZ, mirrors left-hand like apply path)
+ // Debug - pasteable attribute to reproduce grab position/rotation
346
if (this.data.debug) {
347
- // If hand is left, output "Use right hand to get position and rotation values"
348
if (handType === "left") {
349
console.log("Use right hand to get position and rotation values. The left hand automatically mirrors the right.");
350
} else {
0 commit comments