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

Implemented vtkBillboardTextActor #525

Closed
wants to merge 5 commits into from

Conversation

xtanion
Copy link
Member

@xtanion xtanion commented Jan 18, 2022

Resolves #465
This PR adds vtkOpenGLBillboardTextActor3D actor.

@pep8speaks
Copy link

pep8speaks commented Jan 18, 2022

Hello @xtanion! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2022-01-20 15:12:28 UTC

@codecov
Copy link

codecov bot commented Jan 18, 2022

Codecov Report

Merging #525 (3fc3225) into master (d12f9ed) will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #525      +/-   ##
==========================================
+ Coverage   81.87%   81.95%   +0.08%     
==========================================
  Files          54       54              
  Lines       10618    10685      +67     
  Branches     1069     1076       +7     
==========================================
+ Hits         8693     8757      +64     
- Misses       1661     1663       +2     
- Partials      264      265       +1     
Impacted Files Coverage Δ
fury/fury/lib.py 100.00% <0.00%> (ø)
fury/fury/actor.py 87.94% <0.00%> (+0.20%) ⬆️
fury/fury/tests/test_actors.py 91.79% <0.00%> (+0.21%) ⬆️

@xtanion xtanion closed this May 31, 2022
@xtanion xtanion deleted the BillboardTextActor branch May 31, 2022 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implementation of the BillboardText
2 participants