By tag: Mogre
0
kicks
Use dataBinding and DependencyProperty with a non-WPF or extern object
Sometimes you need to use the databinding with an object that you have not created and you can't use inheritance.
For example I wanted to use a Mogre Camera and build some WPF animation with it and I couldn't because :
WPF animation needed a DependencyProperty to manipulate,
I couldn't derive t...