You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If playcanvas/engine#2785 commit goes through, the Editor would need to add a new number field property to the Rigidbody Component to allow setting a rolling friction of a rigidbody:
{
name: 'rollingFriction',
title: 'Rolling Friction',
type: 'number', default: 0, min: 0, max: 1, precision: 4,
description: 'Torsional friction orthogonal to contact point normal. Generally, you want this to be zero or close to zero. Defaults to 0.'
}
The text was updated successfully, but these errors were encountered:
If playcanvas/engine#2785 commit goes through, the Editor would need to add a new number field property to the Rigidbody Component to allow setting a rolling friction of a rigidbody:
The text was updated successfully, but these errors were encountered: