Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update label.rst.txt pixel_pos param was missing #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/VPythonDocs/_sources/label.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ A label can be used to display 2D text in a 3D world. Labels are billboarded--t
:type linewidth: scalar
:param space: Radius in pixels of a sphere surrounding *pos*, from which line is excluded.
:type space: scalar
:param pixel_pos: indicates that *pos* is a Vector for screen coordinates in pixel (origin is the lower left corner, the z value of the vector is ignored). Default is False.
:type pixel_pos: boolean

Setting *xoffset* overrides *align*.

Expand All @@ -54,4 +56,4 @@ Less frequently used attributes:
:param canvas: Default is *scene*.
:type canvas: object

.. seealso:: :doc:`opacity<opacity>`; :doc:`color<color>`; :doc:`emissive<emissive>`; :doc:`canvas<canvas>`
.. seealso:: :doc:`opacity<opacity>`; :doc:`color<color>`; :doc:`emissive<emissive>`; :doc:`canvas<canvas>`