Showing and Hiding objects
#6
I've found low performance a solution which is re-setting the content each render pass like this:
Code:
void CompositionTarget_Rendering(object sender, EventArgs e)
        {
            Content = rd.Animator.DoAnimate();

        }

Now I can see my animation but of course the performance has got down deeply.
Is there any other solution? I hope so!
Thanks!
  


Messages In This Thread
Showing and Hiding objects - by riacosta - 11-06-2009, 03:30 PM
RE: Showing and Hiding objects - by abenedik - 11-06-2009, 04:02 PM
RE: Showing and Hiding objects - by riacosta - 11-06-2009, 05:35 PM
RE: Showing and Hiding objects - by abenedik - 11-06-2009, 07:06 PM
RE: Showing and Hiding objects - by riacosta - 11-10-2009, 12:31 PM
RE: Showing and Hiding objects - by riacosta - 11-10-2009, 06:08 PM
RE: Showing and Hiding objects - by abenedik - 11-11-2009, 11:40 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)