As I understand it, Unity uses PhysX. So, do the Heightfields used in Unity use the same type of Heighfields in PhysX? If so, what kind of interpolation do they use? I made my own Heightfield implementation which uses bilinear interpolation, but unfortunately I am unable to determine which type of interpolation Unity uses for its terrain. Thanks.
-T