public void SetForceFactor(float value) { OctNode.SetForceFactor(value); }
public void SetTheta(float theta) { // distance threshold for octant-avatar interaction OctNode.SetTheta(theta); }