Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 833
    • Issues 833
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 237
    • Merge requests 237
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #18136
Closed
Open
Issue created Mar 01, 2021 by Johannes Rieke@jkk.rieke

vtkAxisActor vanishs for Axes example for Python at interactive mouse rotation for negative x-values below -1

If one changes line 37 from transform.Translate(1.0, 0.0, 0.0) to transform.Translate(-2.0, 0.0, 0.0) in the Axes example for Python and rotates the sphere by mouse interaction, the translated vtkAxisActor axes vanishs from visualization. This behavior changes between different computers (driver??, graphics core??). Sometimes the translated axis-system is seen initially, sometimes not. After first rotation interaction in all cases the x=-2 shifted axes are not seen anymore.

The very same example for C++ behaves different and shows always correctly the axes origin shifted to x=-2.

It seems to be an issue for Python bindings only. Maybe I did not understand it completely and it is an user error.

tested OS: Windows 10/ anaconda Python 3.8; Arch GNU/Linux/ Python 3.9

Assignee
Assign to
Time tracking