[vtkusers] AddActor - Help
Nasos Iliopoulos
nasos_i at hotmail.com
Wed Jun 24 08:52:55 EDT 2009
Calude,
if you change the properties of any actor that has been added to the renderer, those changes will appear in the next render call.
i.e:
disk->SetScale(2.0);
ren->GetRenderWindow()->Render();
Also keep in mind that it is better to have a mechanism to keep a pointer to your actor, so that you can modify it outside the function it was created.
Can you also please clarify:when you say you modify the disk, this means you modify the actor, or your source or maybe filter?
> Date: Wed, 24 Jun 2009 04:47:33 -0700
> From: claude.gangolf at gmail.com
> To: vtkusers at vtk.org
> Subject: Re: [vtkusers] AddActor - Help
>
>
> Thx, but exist there a function to change the properties of an actor which
> was already renderer?
>
>
>
> Utkarsh Ayachit wrote:
> >
> > Same actor cannot be added twice to the renderer. It will get added only
> > once. If a properties of an actor are changed, the next time a render
> > happens, the actor will be rendered with the new property values and the
> > old
> > ones will be lost. Create two separate actors with different properties if
> > you want two actors with different properties in your scene.
> > Utkarsh
> >
> > On Wed, Jun 24, 2009 at 5:42 AM, ClaudeG <claude.gangolf at gmail.com> wrote:
> >
> >>
> >> Hi ,
> >>
> >> I have a question about the AddAcotr - function, when i have, for example
> >> a
> >> disk and i write:
> >> ren->AddActor(disk) //where ren is a renderer,
> >> then i modify my disk and use again :
> >> ren->AddActor(disk)
> >>
> >> Is now the disk only update or does the "two disk", the old and the nw
> >> which
> >> has the new properties existes. i have this question because i see only
> >> the
> >> new one in the renderer window but i want to know if a new disk is
> >> created
> >> by this methode or only the AddActor - function update the changed
> >> properties to the disk which existes already.
> >>
> >> Thx for you help:-)
> >> --
> >> View this message in context:
> >> http://www.nabble.com/AddActor---Help-tp24181683p24181683.html
> >> Sent from the VTK - Users mailing list archive at Nabble.com.
> >>
> >> _______________________________________________
> >> Powered by www.kitware.com
> >>
> >> Visit other Kitware open-source projects at
> >> http://www.kitware.com/opensource/opensource.html
> >>
> >> Please keep messages on-topic and check the VTK FAQ at:
> >> http://www.vtk.org/Wiki/VTK_FAQ
> >>
> >> Follow this link to subscribe/unsubscribe:
> >> http://www.vtk.org/mailman/listinfo/vtkusers
> >>
> >
> > _______________________________________________
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the VTK FAQ at:
> > http://www.vtk.org/Wiki/VTK_FAQ
> >
> > Follow this link to subscribe/unsubscribe:
> > http://www.vtk.org/mailman/listinfo/vtkusers
> >
> >
>
> --
> View this message in context: http://www.nabble.com/AddActor---Help-tp24181683p24183289.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
_________________________________________________________________
Insert movie times and more without leaving Hotmail®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd_062009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090624/10ba0cf7/attachment.htm>
More information about the vtkusers
mailing list