Xenos tessellation unit - what have we learned?

Discussion in 'Console Technology' started by Dr. Nick, Nov 8, 2007.

  1. Dave Baumann

    Dave Baumann Gamerscore Wh...
    Moderator Legend

    Joined:
    Jan 29, 2002
    Messages:
    14,090
    Likes Received:
    694
    Location:
    O Canada!
    Thats a shortsighted view at best. Simple fact of the matter is that no hardware has implemented tesselation close to this functionality before. As I pointed out earlier, the feature is only going to get more exposure in the future, not less.
     
  2. Fafalada

    Veteran

    Joined:
    Feb 8, 2002
    Messages:
    2,773
    Likes Received:
    49
    PS2 offered topology processing well beyond this level for over 7 years, and we've seen relatively little usage of it(compared to regular, 'static' way of doing things) beyond the obvious low hanging fruits (terrains and what not) - and it wasn't due to performance implications.

    As archangelmorph mentions, majority of it comes back to production standards, not what hardware does or doesn't do. And balooning art budgets are only making art pipeline changes getting slower over time.
     
  3. nAo

    nAo Nutella Nutellae
    Veteran

    Joined:
    Feb 6, 2002
    Messages:
    4,400
    Likes Received:
    440
    Location:
    San Francisco
    I second what Faf already wrote and I add that PS3 is more likely to see some decent use of tesselation than any platform around, for a couple of reasons: raw power and flexibiity.
    I'd have some interesting tibits to share about 360's style tesselation, unfortunately NDAs kick in at this point ;)
     
  4. Dave Baumann

    Dave Baumann Gamerscore Wh...
    Moderator Legend

    Joined:
    Jan 29, 2002
    Messages:
    14,090
    Likes Received:
    694
    Location:
    O Canada!
    Can you map any HOS algorithm to it?
     
  5. nAo

    nAo Nutella Nutellae
    Veteran

    Joined:
    Feb 6, 2002
    Messages:
    4,400
    Likes Received:
    440
    Location:
    San Francisco
    Yes you can, if you can avoid memory limitations (16kb + 16kb for code and data on Vector Unit 1).
    PS2's VUs and PS3's SPUs are particularly good at doing tesselation through direct evaluation of vertices given a set of interpolation coefficients per topology arrangement.
    As long as you have enough memory to store your interpolation coefficients you're done, though faster implementations will probably evaluate and tesselate only one topology arrangement at time:

    Process all patches with topology A:
    -upload evaluation coefficients (for a given tesselation rate)
    -send all patches sharing same topology
    -tesselate!
    -perform post tesselation adjustments

    Repeat the previous process for all topologies in this mesh
     
  6. 22psi

    Veteran

    Joined:
    Sep 23, 2006
    Messages:
    1,365
    Likes Received:
    24
    hmmm multiplatform dev now confirmed? :twisted:
     
  7. Dr. Nick

    Regular

    Joined:
    Jul 30, 2005
    Messages:
    856
    Likes Received:
    142
    The way things seem it would likely be a first or second party dev to exploit this on that system just like 360 because right now it would be a one box solution but 360 and PCs on the other hand... Whenever introduced as part of DirectX, I would expect there to be a defacto game that uses it kind of like how Crysis is for DirectX10. Does Microsoft provide tools for this in their XNA package?
     
  8. archangelmorph

    Veteran

    Joined:
    Jun 19, 2006
    Messages:
    1,551
    Likes Received:
    12
    Location:
    London
    Not that i'm aware of but I could be wrong..?

    (Do MS provide any low level access at all through XNA..?! :???:)
     
  9. Dr. Nick

    Regular

    Joined:
    Jul 30, 2005
    Messages:
    856
    Likes Received:
    142
    Oh yeah any idea who the SPU's would compare to the Geometry Shaders found in the new AMD/Nvidia video cards when it comes to this type of thing? Also I know that animating an organic model is difficult but is it just as difficult to animate cars using this? Would it be considered low hanging fruit?
     
    #29 Dr. Nick, Nov 12, 2007
    Last edited by a moderator: Nov 12, 2007
  10. Dave Baumann

    Dave Baumann Gamerscore Wh...
    Moderator Legend

    Joined:
    Jan 29, 2002
    Messages:
    14,090
    Likes Received:
    694
    Location:
    O Canada!
    When you say "this" are you talking about the tesselator? Character animation fits within that (look at Natasha's presentation and videos I linked to earlier).
     
  11. ERP

    ERP
    Veteran

    Joined:
    Feb 11, 2002
    Messages:
    3,669
    Likes Received:
    49
    Location:
    Redmond, WA
    Having messed around with tessalation for while at the start of last gen, the big issues for us were partly on the tool side (although that's largely soluable with time), but mostly it just didn't save very much in the control point count. We needed precise curves that matched model data, and we'd end up with so many control points in a mesh that more often than not we were just end up never tessalating the mesh.

    Coupled with the cost of doing it back then it just wasn't worth while, to get rid of some silohette edges in close up replay cams.

    I'd look at it again if I were doing a next gen title, and I had the time to experiment, mesh densities are higher now, but I suspect in the cases where your modelling real life objects you'd end up with the same control point density issues.

    FWIW I've seen CAD data for a number of cars and they have truly massive numbers of control points.
     
  12. Cyan

    Cyan orange
    Legend

    Joined:
    Apr 24, 2007
    Messages:
    9,735
    Likes Received:
    3,462
    Sounds nice on paper, hope you give it a try and share your thoughts on it whenever you start working in a new generation game.

    After reading the presentation in the link Dave has provided (thx m8), tessellation does look very, very promising for the future. Specific link here:

    http://ati.amd.com/developer/Eurographics/2007/Tatarchuk-Tessellation(EG2007).pdf

    Games with a great LOD distance, like Crysis, could be possible on the PS3 and the X360 if Crytek use tessellation, they could even save some memory (a must on the PS3 and since it seems like the SPUs and PS3's power does make it a great machine at tessellation, it's a no-brainer, right?...). I'm not sure if they are lazy developers, though

    Platon, I didn't know Viva Pinata does use tessellation until today but it is certainly one of the most clean looking games out there, I'm almost sure it features FSAAx4.

    nA0, very interesting stuff, thx for sharing. Aren't the VMX in Xenon like *small* SPUs so they could help the GPU to produce similar results thus also helping the GPU to produce tessellation?

    Cheers
     
    #32 Cyan, Nov 12, 2007
    Last edited by a moderator: Nov 12, 2007
  13. Shifty Geezer

    Shifty Geezer uber-Troll!
    Moderator Legend

    Joined:
    Dec 7, 2004
    Messages:
    44,107
    Likes Received:
    16,899
    Location:
    Under my bridge
    Though Lair is generally snubbed, from the sounds of it, it is performing a very high degree of applied tessellation. I haven't seen Lair in the flesh though to know if it really works well.
     
  14. nAo

    nAo Nutella Nutellae
    Veteran

    Joined:
    Feb 6, 2002
    Messages:
    4,400
    Likes Received:
    440
    Location:
    San Francisco
    AFAIK Lair didn't use any form of tesselation, 'just' progressive meshes.
     
  15. Fafalada

    Veteran

    Joined:
    Feb 8, 2002
    Messages:
    2,773
    Likes Received:
    49
    Ironically the only place where I ended up using tesselation was not for graphics at all - but physics. We used N-Patches to smooth out stage collision meshes when testing for contacts with tyres.
    Without it, smooth roads sometimes need collision mesh density higher then base mesh (or you just need artists that know how to make mostly flat roads :???:).

    On hindsight, I would probably want to go with completely HOS(or some other procedural representation) based roads in the future, smoothing I mentioned only works well as long as modeling is reasonably consistent (and in my experience artists find that a very tough demand), not to mention HOS roads map better to streaming levels.

    Well most progressive refinement methods use tesselation or some level or another - or is the word reserved for HOS now? :razz:

    Anyway Lair Terrain is handled differently then rest of meshes, it looks/behaves very much like:
    http://users.belgacom.net/gc610902/

    No idea what progressive refinement exactly was used for other meshes though - maybe you can give us some l33t insider clues :wink:
     
  16. ERP

    ERP
    Veteran

    Joined:
    Feb 11, 2002
    Messages:
    3,669
    Likes Received:
    49
    Location:
    Redmond, WA
    We did something similar, our physics mesh for roads were Quadratic patches, and in retrospect I'd use a more dense polygon mesh if I were doing it again, the cost for the collsion detection was judt way too high.
     
  17. nAo

    nAo Nutella Nutellae
    Veteran

    Joined:
    Feb 6, 2002
    Messages:
    4,400
    Likes Received:
    440
    Location:
    San Francisco
    No, of course :) I might be wrong but I got the impression Lair progressive meshes work at index buffer level, vertices don't change at all.
     
  18. nAo

    nAo Nutella Nutellae
    Veteran

    Joined:
    Feb 6, 2002
    Messages:
    4,400
    Likes Received:
    440
    Location:
    San Francisco
    Yeah, I remember you saying this a few years ago on this forum.
    To be honest I haven't read much about this issue lately but there should be some paper around about remeshing algorithms that preserve user-inputed features.
     
  19. ERP

    ERP
    Veteran

    Joined:
    Feb 11, 2002
    Messages:
    3,669
    Likes Received:
    49
    Location:
    Redmond, WA
    There were a few around when we did the original work, but it's the usual decimation problem of what features are important.
     
  20. Nano

    Regular

    Joined:
    Dec 7, 2007
    Messages:
    288
    Likes Received:
    0
    Location:
    London, England
    This is certainly an area I've been hoping to see games explore in the future on Xbox 360 (and other platforms for that matter).

    Cyan I remember, Remedy saying that they will be using a CPU thread for terrain and tesselation in the large seamless environments of Alan Wake. I would assume the VMX128 capabilities of Xenon would be a good factor in the 360 version, considering they are just using the CPU for tesselation.
     
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...