Skip to content

Commit

Permalink
side='both' for k3d.factory.mesh does not seem to take effect #392
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-trzesiok committed Dec 20, 2022
1 parent 6aa00ca commit 2cf6acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k3d/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def mesh(
opacity_function : list, optional
`float` tuples (attribute value, opacity) sorted by attribute value, by default [].
The first tuples should have value 0.0, the last 1.0; opacity is in the range 0.0 to 1.0.
side : {'front', 'back', 'both'}, optional
side : {'front', 'back', 'double'}, optional
Side to render, by default "front".
uvs : array_like, optional
float uvs for the texturing corresponding to each vertex, by default None.
Expand Down Expand Up @@ -1856,7 +1856,7 @@ def vtk_poly_data(
color_range : list, optional
[min_value, max_value] pair determining the levels of color attribute mapped
to 0 and 1 in the colormap, by default [].
side : {"front", "back", "both"}, optional
side : {"front", "back", "double"}, optional
Side to render, by default "front".
wireframe : bool, optional
Display the mesh as wireframe, by default False.
Expand Down

0 comments on commit 2cf6acd

Please sign in to comment.