AW: [vtkusers] Perspective transformation
de Boer Ingo
I.deBoer at polytec.de
Wed Sep 3 07:54:02 EDT 2003
Hi,
> I would like to do a perspective transformation with my own parameters. I would
> also apply this transformation to a renderer or a window, because I have no
> Dataset, only a VRMLImporter. How can I do that?
How about using a vtkCamera object, set your transformations there and set this
camera to the render ? vtkRenderer->SetActiveCamera(vtkCamera);
greets
Ingo
More information about the vtkusers
mailing list