What is the difference between ERC[Add] & ERC[DeltaAdd]?

BasisBasis Posts: 121

Title pretty much says it all.
Thanks in advance for any info you can pass along.

Comments

  • Richard HaseltineRichard Haseltine Posts: 99,476
    edited December 1969

    Quoting from the DS3 scripting docs:


        ERCDeltaAdd: f(v) = v + (c * m) + a
        ERCAdd: f(v) = v + c + a
    
    Where:
    
        v is the current (keyed) value of the property with the ERC Link
        c is the current (final) value of the property that the ERC Link is driven by
        m is an optional scalar multiplier
        a is an optional offset (additive) value.

    so the main difference is that you can multiply the controller's value in DeltaAdd but not in plain Add.

  • BasisBasis Posts: 121
    edited December 1969

    Thanks. That's something to think about.

Sign In or Register to comment.