*spin-off* Tessellation

Discussion in 'Console Technology' started by almighty, Jun 13, 2013.

  1. jlippo

    Veteran

    Joined:
    Oct 7, 2004
    Messages:
    1,744
    Likes Received:
    1,090
    Location:
    Finland
  2. hesido

    Regular

    Joined:
    Mar 28, 2004
    Messages:
    553
    Likes Received:
    85
    It seems hardware tessalation is not up to snuff for most applications, is it a waste of transistor space? I once asked in some thread whether some future gpus could have hardware specific to re-projecting and re-using information from prior buffers, and the common stance was that using that transistor space for general computation was more feasible. Will we see hardware tesselators go the way of dodo (like fixed T&L)?
     
  3. Rodéric

    Rodéric a.k.a. Ingenu
    Moderator Veteran

    Joined:
    Feb 6, 2002
    Messages:
    4,080
    Likes Received:
    997
    Location:
    Planet Earth.
    Well it's more used than the Geometry thingy ^^ ;)

    We should see with this generation of games/consoles how much it ends up being used to find whether it was wasted silicon or not...
     
  4. hesido

    Regular

    Joined:
    Mar 28, 2004
    Messages:
    553
    Likes Received:
    85
    I mean if one can do it through compute units more efficiently and in more flexible ways (I'm betting GT6 type smooth transitioning tesselation may not be(?) possible on hardware tesselation units, but I'd be glad if someone could inform us here), why would you want to use hardware tesselation?
     
  5. sebbbi

    Veteran

    Joined:
    Nov 14, 2007
    Messages:
    2,924
    Likes Received:
    5,296
    Location:
    Helsinki, Finland
    Hull/domain shaders (pre and post tessellation shaders) use exactly the same compute units as pixel/vertex/geometry/compute shaders. These stages of tessellation are fully programmable. The only thing that is not programmable is the calculation of the barycentric coordinates of the amplified geometry (and the connectivity of the amplified geometry - it is fixed). Smooth (continuous) tessellation is supported by the fixed function tessellation block (domain shader invocation barycentric coordinates are interpolated from triangle edges to center).

    With DX11 tessellation pipeline you can program many different kinds of tessellation schemes. Some schemes are not as efficient as others. Hopefully in the future, the GPUs support flexible user defined pipelines, with custom data flow and fine grained (programmable) thread dispatch.
     
    chris1515 and hesido like this.
  6. milk

    milk Like Verified
    Veteran

    Joined:
    Jun 6, 2012
    Messages:
    3,980
    Likes Received:
    4,104


    Seen this today. Thoughts?
     
  7. Simon F

    Simon F Tea maker
    Moderator Veteran

    Joined:
    Feb 8, 2002
    Messages:
    4,563
    Likes Received:
    171
    Location:
    In the Island of Sodor, where the steam trains lie
    Is NURBS really that popular these days? I would have thought that (AFAICR) given the it needs a quad-based topology which, when combined with non-uniform detail, it's surely a bit of a nuisance to use. I would have though subdivision surfaces, would be a better option.
     
  8. Ethatron

    Regular Subscriber

    Joined:
    Jan 24, 2010
    Messages:
    949
    Likes Received:
    419
    Depends. I worked with industrial designers, and there are pure parametric surface CSG trees (Rhino, SolidEdge). I myself, as a hobby, developed ship-bodies with spline-patches, which is ofc basically how real ship-bodies have been developed a hundred years ago.
    Parametric modelling and sculpting are two very different things. In general I prefer parametric modelling because it is non-destructive, progressive, and it's easy to make interactive models, because you can control parameters programatically and then just reevaluate the mesh. LOD is also inherently available, your visible base model is in fact already a level of the "real" model.
    You can still sculpt on top of parametric models and also rig either, but my experience is that most artists prefer going full free-style, instead of doing models like a programmer. :)
     
  9. Simon F

    Simon F Tea maker
    Moderator Veteran

    Joined:
    Feb 8, 2002
    Messages:
    4,563
    Likes Received:
    171
    Location:
    In the Island of Sodor, where the steam trains lie
    Subdivision surfaces are effectively parametric surfaces but just allow much more flexible topology.
     
    Laa-Yosh likes this.
  10. Ethatron

    Regular Subscriber

    Joined:
    Jan 24, 2010
    Messages:
    949
    Likes Received:
    419
    Simon F likes this.
Loading...

Share This Page

  • About Us

    Beyond3D has been around for over a decade and prides itself on being the best place on the web for in-depth, technically-driven discussion and analysis of 3D graphics hardware. If you love pixels and transistors, you've come to the right place!

    Beyond3D is proudly published by GPU Tools Ltd.
Loading...