Re: Direct3D 7 antialiasing triangle strips

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"Richard [Microsoft Direct3D MVP]" <legalize+jeeves@xxxxxxxxxxxxxxxxx> wrote
in message news:uabzt68BJHA.3512@xxxxxxxxxxxxxxxxxxxxxxx
You'll get better results if you can
render your image to a render target texture at 2x the desired size and
then draw a textured quad at the desired size and use the texturing
hardware to filter the edges of the polygon. However, I have no idea if
you can do any of this in DX7.

Yes, you can. However, I've (recently) found a lot of older hardware
doesn't seem to like DX7 rendering directly to offscreen surfaces very much,
so you _may_ have framerate issues.

- SamB


.



Relevant Pages

  • Re: Movie Rendering in Direct3D
    ... still, read up on filters, and managing filter graphs. ... >> InitGeometry, and Render. ... >> gets a pointer to the base filter from the texture renderer filter, ... >> adds the source filter to the graph ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: DirectDraw and Direct3D
    ... Render them in back to front order and use color keying to exclude pixels ... with alpha blending and alpha testing enabled (or just ... layer behind the previously displayed layer for pixels that are removed. ... texture in video memory whenever the background is updated. ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: Movie Rendering in Direct3D
    ... > InitGeometry, and Render. ... > gets a pointer to the base filter from the texture renderer filter, ... > adds the source filter to the graph ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: Tile-based game
    ... >> tile images that can be used on the map. ... Is it possible to render the entire ... >> 2) Do I have to create sprites for every single visible tile? ... > batches of quads using the vertices texture coordinates ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: Tile-based game
    ... > tile images that can be used on the map. ... You can fit all of the sprites in a single 256x256 texture, then render ...
    (microsoft.public.win32.programmer.directx.managed)