I have a flat ground. On mouse move, I use createPickingRay
to get the ground mesh position at the mouse pointer and move a sphere at this position.
The sphere is always correctly positionned, so I think there is no bug.
But when I log the sphere position with console.log I see that y position not always equal to 0 !
Sometime the sphere local position is different from absolute position, sometimes one is 0 while the other is -8 for example, sometimes both are valid or both invalid, this make no sense for me.
What does explain this behaviour and how to log the correct value ?
Note: computeWorldMatrix change nothing
thanks