Fork me on GitHub
Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

    • CommentAuthorpsilos
    • CommentTimeNov 18th 2008
     
    Hello,

    I think that the implementation for the TargetVelocity in 3D Actions is either not finished yet, or not implemented well.

    My logic thought is that is should target a Zone3D just like on the 3D initializations, furthermore although it declares the local variables like _vel, and _rate
    in the constructor they are referenced like this.targetVelocity and this.rate

    cheers
    • CommentAuthorRichard
    • CommentTimeNov 18th 2008
     
    The constructor sets this.rate and this.targetvelocity so that any additional code in the setter functions is called.

    Using a zone for the target velocity is one possible future feature, but was never intended for this action.