Skip to content

Commit

Permalink
Update ConvexVoxelizer.h
Browse files Browse the repository at this point in the history
Missing space in comments.

Signed-off-by: ghurstunither <[email protected]>
  • Loading branch information
ghurstunither committed Oct 11, 2024
1 parent 7c753e5 commit 675657f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvdb/openvdb/tools/ConvexVoxelizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ struct PointArray
///
/// // usage:
///
/// //initialize level set grid with voxel size 0.1 and half width 3.0
/// // initialize level set grid with voxel size 0.1 and half width 3.0
/// FloatGrid::Ptr grid = createLevelSet<GridT>(0.1f, 3.0f);
///
/// // populate grid with a sphere centered at (0, 1, 2) and radius 5
Expand Down

0 comments on commit 675657f

Please sign in to comment.