Skip to content
Snippets Groups Projects
Commit bd7c33ed authored by Robert Long's avatar Robert Long
Browse files

rotationOffset -> orientationOffset

parent efc9311a
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,8 @@ AFRAME.registerComponent("hand-controls2", {
const controlConfiguration = {
hand: hand,
model: false
model: false,
orientationOffset: { x: 0, y: 0, z: 0 }
};
if (hand !== prevData) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment