Skip to content

Commit

Permalink
Merge branch 'doc-fix' into 'main'
Browse files Browse the repository at this point in the history
Fixed an error in wp.Mesh's document

See merge request omniverse/warp!710
  • Loading branch information
shi-eric committed Aug 30, 2024
2 parents cd9d236 + 7556b6d commit 5ce3c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warp/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -3003,7 +3003,7 @@ def __init__(self, points=None, indices=None, velocities=None, support_winding_n
Args:
points (:class:`warp.array`): Array of vertex positions of type :class:`warp.vec3`
indices (:class:`warp.array`): Array of triangle indices of type :class:`warp.int32`, should be a 1d array with shape (num_tris, 3)
indices (:class:`warp.array`): Array of triangle indices of type :class:`warp.int32`, should be a 1d array with shape (num_tris * 3)
velocities (:class:`warp.array`): Array of vertex velocities of type :class:`warp.vec3` (optional)
support_winding_number (bool): If true the mesh will build additional datastructures to support `wp.mesh_query_point_sign_winding_number()` queries
"""
Expand Down

0 comments on commit 5ce3c9b

Please sign in to comment.