# Unwanted initial movement with 6dof manipulation

**URL:** https://forum.babylonjs.com/t/unwanted-initial-movement-with-6dof-manipulation/47205
**Category:** Bugs
**Tags:** gizmo, pivot, gizmomanager
**Created:** [January 14, 2024, 8:08am UTC](https://forum.babylonjs.com/t/unwanted-initial-movement-with-6dof-manipulation/47205 "2024-01-14T08:08:30Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![RainerHeintzmann](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/rainerheintzmann/32/32692_2.png) [@RainerHeintzmann](https://forum.babylonjs.com/u/RainerHeintzmann)
#### Post date: [January 14, 2024, 8:08am UTC](https://forum.babylonjs.com/t/unwanted-initial-movement-with-6dof-manipulation/47205/1 "2024-01-14T08:08:30Z")

</div>

There seems to be an issue with manipulation using a 6dof Gizmo Manager:

> **[Babylon.js Playground](https://playground.babylonjs.com/#9K3MRA%231427)**
>
> Babylon.js playground is a live editor for Babylon.js WebGL 3D scenes

On the first drag (not click!) there is an unwanted animated movement, if you use a Pivot Matrix with the object.

---

<div class="post-metadata">

### Author: ![carolhmj](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/carolhmj/32/25918_2.png) [@carolhmj](https://forum.babylonjs.com/u/carolhmj)
#### Post date: [January 15, 2024, 4:11pm UTC](https://forum.babylonjs.com/t/unwanted-initial-movement-with-6dof-manipulation/47205/2 "2024-01-15T16:11:56Z")

</div>

Hello! Tested my recent PR: [Fix parent transformations being applied to position/rotation deltas … by carolhmj · Pull Request #14708 · BabylonJS/Babylon.js (github.com)](https://github.com/BabylonJS/Babylon.js/pull/14708) with your PG and it has fixed the issue 🙂

---

<div class="post-metadata">

### Author: ![RainerHeintzmann](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/rainerheintzmann/32/32692_2.png) [@RainerHeintzmann](https://forum.babylonjs.com/u/RainerHeintzmann)
#### Post date: [January 15, 2024, 6:30pm UTC](https://forum.babylonjs.com/t/unwanted-initial-movement-with-6dof-manipulation/47205/3 "2024-01-15T18:30:09Z")

</div>

Sounds great. On my device this is not yet merged, I guess. Will try again in the next days.

---

<div class="post-metadata">

### Author: ![carolhmj](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/carolhmj/32/25918_2.png) [@carolhmj](https://forum.babylonjs.com/u/carolhmj)
#### Post date: [January 15, 2024, 7:00pm UTC](https://forum.babylonjs.com/t/unwanted-initial-movement-with-6dof-manipulation/47205/4 "2024-01-15T19:00:38Z")

</div>

If you want we can release a patch with the fix?

---

<div class="post-metadata">

### Author: ![RainerHeintzmann](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/rainerheintzmann/32/32692_2.png) [@RainerHeintzmann](https://forum.babylonjs.com/u/RainerHeintzmann)
#### Post date: [January 15, 2024, 7:31pm UTC](https://forum.babylonjs.com/t/unwanted-initial-movement-with-6dof-manipulation/47205/5 "2024-01-15T19:31:57Z")

</div>

No worries. I worked around it anyway by introducing a node in between which also worked.

---

<div class="post-metadata">

### Author: ![RainerHeintzmann](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/rainerheintzmann/32/32692_2.png) [@RainerHeintzmann](https://forum.babylonjs.com/u/RainerHeintzmann)
#### Post date: [January 17, 2024, 9:32am UTC](https://forum.babylonjs.com/t/unwanted-initial-movement-with-6dof-manipulation/47205/6 "2024-01-17T09:32:17Z")

</div>

Seems to work now! Thanks!
