Skip to content

Commit

Permalink
Merge pull request #373 from iamansoni/patch-2
Browse files Browse the repository at this point in the history
Updated actor.py
  • Loading branch information
skoudoro committed Feb 4, 2021
2 parents 9dd5223 + 65e0e57 commit 1c369a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fury/actor.py
Expand Up @@ -2553,7 +2553,7 @@ def sdf(centers, directions=(1, 0, 0), colors=(1, 0, 0), primitives='torus',
The orientation vector of the SDF primitive.
primitives : str, list, tuple, np.ndarray
The primitive of choice to be rendered.
Options are sphere and torus. Default is torus.
Options are sphere, torus and ellipsoid. Default is torus.
scales : float
The size of the SDF primitive
Expand Down

0 comments on commit 1c369a8

Please sign in to comment.