Antialiasing for Texture

Started by
0 comments, last by jollyjeffers 17 years, 4 months ago
Hi, I have created a simple box and have turned antialiasing on. Well, the box edges are rendered smooth now and look great. But the texture I have mapped on one side of the box looks quite bad. It doesn't matter how big the original bitmap is. Is there a way to get my texture rendered more smooth on the boxside? Thanks for any hints and help Pikebu
Advertisement
If you enable a MSAA render target in D3D then that's as good as you'll get - you have no further control over the effect. Changing texture filtering mode from point->linear->trilinear->anisotropic might well improve things but that's subject to experimentation.

You specify MSAA for the entire rendered image, not parts of it.

hth
Jack

<hr align="left" width="25%" />
Jack Hoxley <small>[</small><small> Forum FAQ | Revised FAQ | MVP Profile | Developer Journal ]</small>

This topic is closed to new replies.

Advertisement