I made changes in the source of the engine to be able this capability for rendering... i can compile but i dont can use driver.. this is the output console message...
Microsoft Windows XP Professional Se
DirectX9 Renderer
ATI MOBILITY RADEON 9000/9100 IGP at
Was not able to create Direct3D9 dev
Was not able to create DirectX9 devi
Could not create DirectX9 Driver.
Error: Could not load built-in Font.
Anywone can help?
Antialias
Yes it was
If i don't add code for multisample render i can compile and use direct3d 9d or 8d well, but if i add multisample code just like a past post say that dont work anymore.
what do you think?
what do you think?
I answer my self :)
That happend because not all video cards support D3DMULTISAMPLE_2_SAMPLES, some just have D3DMULTISAMPLE_NONMASKABLE so we have to use a direct3d check functions to know quality level of nonmaskable and if it is supported. Ati video cards like Mobility IGP (very used in notebooks), antialias is nonmaskable.
There is a example code in How to... forum section.
There is a example code in How to... forum section.