Skip to content

GitLab

  • Menu
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 741
    • Issues 741
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 196
    • Merge requests 196
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • VTK
  • VTKVTK
  • Issues
  • #3294
Closed
Open
Created May 25, 2006 by Kitware Robot@kwrobotOwner

erronious multiplication order in vtkCamera usertransform

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


The current Transform in vtkCamera is computed as: Transform = UserTransformPerspectiveTransformViewTransform

To me this does not make any sense. For what I would like to do (controlling camera position and orientation by an external transform), this would make more sense:

Transform = PerspectiveTransformUserTransformViewTransform

This can be achived by moving the concatenate code in ComputePerspectiveTransform to the end of the function.

Also, when using the UserTransform this way the camera light will not follow, since it only depends on the ViewTransform. Unless the UserTransform is intended for an entierly different use, it would be nice to have the camera light transform depend on UserTransform*ViewTransform.

Assignee
Assign to
Time tracking