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