Esempio n. 1
0
 public void PointMove(
     Vector3 pointStart,
     Vector3 pointEnd,
     float frictionFactor,
     float bumpFactor,
     uint recurseLevel,
     out Vector3 pointResult)
 {
     tree.PointMove(pointStart, pointEnd, vertices,
                    frictionFactor, bumpFactor, recurseLevel,
                    out pointResult);
 }