This has been bugging me all day. I’m using the physics engine to fire a canon projectile. I can get it to match the barrel’s transform and it shoots off all really nicely using velocity. But for the life of me I cannot get the projectile’s transform to align with the trajectory as it flies it’s arc to impact point. It starts off matching the trajectory path perfectly until it reaches the apex and starts heading down.
I feel I’m missing something pretty basic here. So any pointers or example code would be great.
Hey thylaxene, how are you drawing your trajectory? Or did I misunderstand the question? I’ve been trying to think how to draw an approximate Physics trajectory before it’s happened.