Algoryx / AGXUnity

AGX Dynamics Unity 3D plugin
Apache License 2.0
63 stars 19 forks source link

Directly modify the position of the parent object #124

Open chu12345 opened 1 year ago

chu12345 commented 1 year ago

As shown in the figure, I want to directly modify the position of the top-level parent object to use coordinate information to drive the movement of the wheel loader. However, in running mode, I cannot achieve the goal of having the child object follow the parent object's movement. What should I do? image image

chu12345 commented 1 year ago

Please provide me with a solution so that I can directly use position information to drive the wheel loader. Thank you

vrguru commented 1 year ago

Hi.

If you are a licensed user of AGX Dynamics for Unity I would recommend using the support@algoryx.com email to get a response to your questions.

I am not sure what it is you are trying to achieve? You want to move the whole Wheel loader between simulations?

Because the wheel loader is built from a number of rigid bodies, you cannot just set the position of a parent transform during simulation to move the wheel loader.

I think you need to explain what it is you are trying to achieve.