is it possible to scan for the nearest node of a specific path?
For example:
I create two paths in WED, path_000 and path_001. My entity is moving on path_000, and now I want to scan for the nearest node of path_001, but path_000 and path_001 are so close that both are in the scan cone.
There is no specific function for that, but you can use path_set to path_001, then get the positions of all nodes with path_getnode, and compare their distances for the nearest node.
Re: scan for nearest node of a specific path
[Re: jcl]
#224797 09/01/0808:3909/01/0808:39