[vtkusers] Transformation of imported objects

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Tue Jul 3 10:00:46 EDT 2001


hi,

>>>>> "JW" == johan winell <johan.winell at dynamics.saab.se> writes:

    JW> Hello Everyone, I'am a fairly new user of VTK and I have a
    JW> question about transformations in 3D-space of imported models
    JW> (3DS).

    JW> How can i transform, (translate, rotate and scale), an
    JW> imported 3DS objekt in VTK. Is it impossible, since the object
    JW> is attached to the renderwindow?

It is definitely possible.  Look at
graphics/examplesPython/flamingo.py or graphics/examplesTcl/flamingo.tcl

The vtk3DSImporter creates a bunch of actors and then you can do whatever
you want with the actors.

prabhu




More information about the vtkusers mailing list