[vtkusers] AddActor - Help

ClaudeG claude.gangolf at gmail.com
Wed Jun 24 07:47:33 EDT 2009


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.




More information about the vtkusers mailing list