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 832
    • Issues 832
    • 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
  • #18200
Closed
Open
Issue created May 05, 2021 by xianyun xu@xxyyy159

Render window stuck after changing interpolation type from spline to linear

Hi all, I’m using vtkCameraInterpolator for some program and I find an example named 'InterpolateCamera' on kitware(link below). example It worked well under the original interpolation type which is spline. But when I changed the interpolation type from spline to linear, the render window stuck. What should I do if I need to set the interpolation type to linear but not spline?

Before

`vtkNew interpolator;

interpolator->SetInterpolationTypeToSpline(); `

image

After

`vtkNew interpolator;

interpolator->SetInterpolationTypeToLinear(); `

image

Edited May 05, 2021 by xianyun xu
Assignee
Assign to
Time tracking