Setting Dummy to Follow Path Movement Issues in Version 4.7

Typically: "How do I... ", "How can I... " questions
Post Reply
anyu
Posts: 5
Joined: 01 May 2025, 08:57

Setting Dummy to Follow Path Movement Issues in Version 4.7

Post by anyu »

Based on the information in previous versions, I found that setting the Dummy to follow the Path was implemented using the function sim.followPath(dummy_handle, path_handle, 1, 0, 0.1, 1).

However, when I tried to implement this functionality in the new version, the console returned an error indicating that this function has been deprecated. How can I achieve the small functionality of setting the Dummy to follow the Path in version 4.7?

I would greatly appreciate it if someone could answer this.
coppelia
Site Admin
Posts: 10747
Joined: 14 Dec 2012, 00:25

Re: Setting Dummy to Follow Path Movement Issues in Version 4.7

Post by coppelia »

Hello,

have a look at the demo scene scenes/movingAlongAPath.ttt. Note that old path types are not supported anymore.

Cheers
Post Reply