Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Jul 8, 2024
1 parent 9ebaa3f commit 31b7eaf
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/DotRecast.Detour.Crowd/DtObstacleAvoidanceParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,11 @@ public class DtObstacleAvoidanceParams
public float weightSide;
public float weightToi;
public float horizTime;
public int gridSize;
public int gridSize; // < grid
public int adaptiveDivs; // < adaptive
public int adaptiveRings; // < adaptive
public int adaptiveDepth; // < adaptive

/// < grid
public int adaptiveDivs;

/// < adaptive
public int adaptiveRings;

/// < adaptive
public int adaptiveDepth;

/// < adaptive
public DtObstacleAvoidanceParams()
{
velBias = 0.4f;
Expand Down

0 comments on commit 31b7eaf

Please sign in to comment.