Problem with Managed DirectX 9.0 PerspectiveOffCenterLH

Started by
1 comment, last by monstr 20 years, 1 month ago
I have same problems with representing object http://www.shalbarov.front.ru/untitled03.jpg May be problem in PerspectiveOffCenterLH device.Transform.Projection = Matrix.PerspectiveOffCenterLH(0.0f,this.Width,0.0f,this.Height- panel1.Height,0.005f, 500.0f );
Advertisement
That, is an extra, uninitialized vertex. Your vertex information is wrong, not your viewport.
GraphicsWare|RenderTechhttp://www.graphicsware.com3D Graphics & Solutions
I create mesh like this
meshSphere = Mesh.Sphere(dev,20.0f,20,20);
what i must doing?

This topic is closed to new replies.

Advertisement