利用者:Sculptorjim/Game Engine/Physics/AnisotropicFrictionOptions

提供: wiki
移動先: 案内検索
  • Anisotropic Friction - Isotropic friction is identical at all angles. Anisotropic is directionally-dependant. Here you can vary the coefficients for the three axes individually, or disable friction entirely.
    • Range: 0.1-1.
    • Default: 1.
    • Python properties: obj.game.use_anisotropic_friction (boolean) and obj.game.friction_coefficients (a 3-element array).