I need a taper-effect on my transform in WPF. Charles Petzold wrote some nice stuff about it for example : http://www.charlespetzold.com/blog/2009/07/Using-the-Matrix3DProjection-Class-in-Silverlight-3.html
But now it seems that the used Matrix3DProjection class only exists in Silverlight, and NOT in WPF..? (Why would Mirosoft think it could only be useful in Silverlight and not in WPF ?)
Is there any way to get around this ?