On line 492 of the SlimDXControl.xaml.cs :
Device.Clear(ClearFlags.Target | ClearFlags.ZBuffer, new
Color4(System.Drawing.Color.Black), 0, 0);
I changed it with
Device.Clear(ClearFlags.Target | ClearFlags.ZBuffer, new
Color4(System.Drawing.Color.Black), 1, 0);
to display 3d content.
Original issue reported on code.google.com by i...@ggsoft.fr on 20 Jan 2011 at 6:14
Original issue reported on code.google.com by
i...@ggsoft.fr
on 20 Jan 2011 at 6:14