Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Are HOS slow ?

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2002
    Location
    Pisa, Italy
    Posts
    2

    Are HOS slow ?

    I'm using a GF3 and soon will switch to a GF4.
    I have a static mesh made up of 10,000 and a single triangle patch divided in 10,000 triangle usig nv_evaluators, with static control point. For the mesh i'm using vertex_array_range. Does it make sense that the mesh gets a bigger frame rate?
    Shouldn't hos be usefull to save bandwidth a get higher frame rates with the same number of triangles?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Jan 2001
    Posts
    238

    Re: Are HOS slow ?

    In general, HOS will only improve your speed over a staic mesh if you are limited by vertex bandwidth. The evaluation of the surface takes time and resources on the chip. There is a reasonably good chance that these are not completely independent from the rest of the T&L. This means that you are likely trading off some of your peak transform to do the HOS. In consumer apps (games) this rarely matters as most apps are fill limited rather than geometry limited anyway, essentially making the HOS free.

    -Evan

Posting Permissions

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