11-10-2009, 06:08 PM
I've found low performance a solution which is re-setting the content each render pass like this:
Now I can see my animation but of course the performance has got down deeply.
Is there any other solution? I hope so!
Thanks!
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!

