Results 1 to 3 of 3

Thread: Max Polies

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2002
    Posts
    93

    Question Max Polies

    What is the maximum poly count Direct X can handle?

  2. #2
    Zaei
    Guest
    Depends on your card, and sometimes your CPU speed. On older cards, all transformation is done in software, so the CPU gets all of the work. On faster processors, you can push more polygons. On my Rage Pro, I could get 100k polygons/second at about 15fps, on a p3~500. On the newer Geforce3/4 cards, all transformation is done in hardware, so you can push several million polygons/second at 40-50 fps, fairly easily. The number also varies on how you are rendering in the geometry, and how efficient it is (static geometry is faster then dynamic, for instance).

    Also, you have to take into account fill rate on the video card. You might be able to tho throw a million polygons at the card, with multi-texturing and alpha blending, and, though the transformations themselves will be quite fast, actually drawing to the screen will really pummel the frame rate (this happens a lot in particle systems).

    Z.

    [edit]
    Though, to answer the original question, the number is limited only by memory, though on most cards, the amount that can be rendered AT ONCE is usually 2^16 (~32000).

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2002
    Posts
    93
    Okay, should be no prob on mine, I'm running 64megs DDR.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width