dim3 Forum

Full Version: Walk to position?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a function to make an object walk to a certain x,y,z coordinate?
If not, could it be added?
Code:
obj.motionVector.walkToPosition(x,y,z);
I really need that.
Bink Wrote:Is there a function to make an object walk to a certain x,y,z coordinate?
If not, could it be added?
Code:
obj.motionVector.walkToPosition(x,y,z);

I really need that.


QFE
No, but I can add that, I'll get to that one early as it's easy to do.

[>] Brian
ggadwa Wrote:No, but I can add that, I'll get to that one early as it's easy to do.

[>] Brian

Thought so.
Does that mean I can count on it for the next beta?

EDIT: also: a slop value would be nice, so it doesnt have to be exactly the specified position
Bink Wrote:
ggadwa Wrote:No, but I can add that, I'll get to that one early as it's easy to do.

[>] Brian

Thought so.
Does that mean I can count on it for the next beta?

EDIT: also: a slop value would be nice, so it doesnt have to be exactly the specified position

Good chance, for sure, it's easy Smile

[>] Brian
I'm actually close to downloading the source and adding it myself, but I think I'd rather wait, lol. :D
Reference URL's