Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  what is inTangentVector and outTangentVector
#1
Hi!
I made rope use scripting, when I set "control point" with this code.
Code:
AddControlPoint (Vector3 position, Vector3 inTangentVector, Vector3 outTangentVector, Vector3 normal, float mass, float rotationalMass, float thickness, int phase, Color color, string name)

I know Tangent Vector but i confused about inTangentVector and outTangentVector, why there is two?
Reply


Messages In This Thread
what is inTangentVector and outTangentVector - by FZMv587 - 05-01-2021, 09:03 AM