Unreal Engine 5 Tech Demo, [UE5 Developer Availability 2022-04-05]

Discussion in 'Console Technology' started by mpg1, May 13, 2020.

  1. Scott_Arm

    Legend

    Joined:
    Jun 16, 2004
    Messages:
    15,134
    Likes Received:
    7,678
    Maybe they cone trace the size of a pixel and that’s how the select vertices. If the model is stored as a hierarchy you stop at the level where the polygon vertices are slightly larger than a pixel.
     
  2. j^aws

    Veteran

    Joined:
    Jun 1, 2004
    Messages:
    1,992
    Likes Received:
    137
    Nanite is using REYES, and its general pipeline (from Wiiki) for reference:
    1. 1) Bound. Calculate the bounding volume of each geometric primitive.
    2. 2) Split. Split large primitives into smaller, diceable primitives.
    3. 3) Dice. Convert the primitive into a grid of micropolygons, each approximately the size of a pixel.
    4. 4) Shade. Calculate lighting and shading at each vertex of the micropolygon grid.
    5. 5) Bust the grid into individual micropolygons, each of which is bounded and checked for visibility.
    6. 6) Hide. Sample the micropolygons, producing the final 2D image.
    Epic have essentially turned the GPU into a glorified software renderer. About time! I recall posting a bunch of speculative threads on these forums around 15 years ago with the Cell architecture doing REYES with PS3. Obviously that didn't come to fruition, but it's great to see the status quo being shaken in the industry. I can see both Sony and Epic collaborating with a similar vision for realtime rendering progressing.
     
  3. manux

    Veteran

    Joined:
    Sep 7, 2002
    Messages:
    3,034
    Likes Received:
    2,276
    Location:
    Self Imposed Exhile
    The plot thickens

     
    chris1515 and tinokun like this.
  4. Strange

    Veteran

    Joined:
    May 16, 2007
    Messages:
    1,698
    Likes Received:
    428
    Location:
    Somewhere out there
    Isn't that the shadow cast by the hand being below the light source?
     
    milk likes this.
  5. tinokun

    Newcomer Subscriber

    Joined:
    Jul 23, 2004
    Messages:
    70
    Likes Received:
    87
    Location:
    Peru

    I remember this happening:


    With "the R word" London-boy meant REYES, of course. And then:


    That was funny as hell.
     
    j^aws, jlippo, milk and 1 other person like this.
  6. Entropy

    Veteran

    Joined:
    Feb 8, 2002
    Messages:
    3,360
    Likes Received:
    1,377
    How will this affect a games total size of assets?
    The upcoming consoles have quite limited storage space and multi-TB expansion is not going to come cheap for the foreseeable future.
     
  7. Shifty Geezer

    Shifty Geezer uber-Troll!
    Moderator Legend

    Joined:
    Dec 7, 2004
    Messages:
    44,104
    Likes Received:
    16,896
    Location:
    Under my bridge
    They'll adjust assets to fit.
     
  8. TheAlSpark

    TheAlSpark Moderator
    Moderator Legend

    Joined:
    Feb 29, 2004
    Messages:
    22,146
    Likes Received:
    8,533
    Location:
    ಠ_ಠ
    They’ll maybe want to be doing instancing a fair bit to make the most (re)use of assets. For example, breaking down the statues to be built from smaller components would allow for some variation.
     
  9. Karamazov

    Veteran

    Joined:
    Sep 20, 2005
    Messages:
    4,817
    Likes Received:
    5,221
    Location:
    France
    warning devs, if a see two identical stones in a same level, i want my money back !
     
  10. Ike Turner

    Veteran

    Joined:
    Jul 30, 2005
    Messages:
    2,110
    Likes Received:
    2,304
    So Lumen is essentially what Sebbi did in Claybook (Ray tracing SDF via compute among other things like VT etc). Wonder how he feels about it now (as Epic & Brian Karris desperately wanted to hire him).
     
    tinokun and BRiT like this.
  11. Ike Turner

    Veteran

    Joined:
    Jul 30, 2005
    Messages:
    2,110
    Likes Received:
    2,304
    The whole demo is literally made with what looks like less than 15 assets all instanced and mixed & re-meshed together.
     
  12. TheAlSpark

    TheAlSpark Moderator
    Moderator Legend

    Joined:
    Feb 29, 2004
    Messages:
    22,146
    Likes Received:
    8,533
    Location:
    ಠ_ಠ
  13. chris1515

    Legend

    Joined:
    Jul 24, 2005
    Messages:
    7,157
    Likes Received:
    7,965
    Location:
    Barcelona Spain
  14. Ike Turner

    Veteran

    Joined:
    Jul 30, 2005
    Messages:
    2,110
    Likes Received:
    2,304
    scently and BRiT like this.
  15. PSman1700

    Legend

    Joined:
    Mar 22, 2019
    Messages:
    7,118
    Likes Received:
    3,088
    That's what some members have been saying yes, moores law isn't dead yet regarding GPU's.
     
  16. Dictator

    Regular

    Joined:
    Feb 11, 2011
    Messages:
    681
    Likes Received:
    3,969
    Yeah it is shadow maps so it is just a bit overly sharp, (hand close to a bulb Light would produce a large diffuse shadow).
     
    TheAlSpark and PSman1700 like this.
  17. Shifty Geezer

    Shifty Geezer uber-Troll!
    Moderator Legend

    Joined:
    Dec 7, 2004
    Messages:
    44,104
    Likes Received:
    16,896
    Location:
    Under my bridge
    Vindicated, as he adds it to Unity?

    Actually, I feel a little vindicated. We talked about alternative GI solutions in the RTRT discussion, and it clearly is a workable solution for next-gen.
     
  18. function

    function None functional
    Legend

    Joined:
    Mar 27, 2003
    Messages:
    5,854
    Likes Received:
    4,400
    Location:
    Wrong thread
    The idea of going heavy on software rasterization makes me consider Sony and MS's respective approaches this time round.

    In the Road to PS5 presentation, Mark Cerny talked about how "fast and narrow" was "the tide that raises all boats". But with compute based rasterization, wouldn't that leave fewer boats to raise? The hardware rasteriser, RBs, tessellation unit and to some extent the L1 (unlike the L0 and L2 it's described repeatedly as a "Graphics L1" in the RDNA whitepaper) would surely be of relatively lesser importance for this approach....?

    We don't know how PS5 and XSX stack up in terms of ACEs and Command Processor sauce whatnots, but we do know XSX has both more compute and more bandwidth / Flop to feed it (terrible metric but it seems to get used a lot!) ... so perhaps, ironically, this demo would have been most at home on XSX.

    ... in which case Sony would have made a really canny move by signing this multiplatform engine demo (not even a game demo!) as a Sony promotional exclusive. Bravo! *tips fedora*
     
  19. Karamazov

    Veteran

    Joined:
    Sep 20, 2005
    Messages:
    4,817
    Likes Received:
    5,221
    Location:
    France
    or in the case of that demo it might be more important to have the double of SSD speed than 20% more GPU power.
    who knows. UE5 devs know. We'll have answers soon.
     
  20. Depends on how much of it pushes the SSD. If that demo uses the SSD at near peak-IO, then it's feasible that it could *only* be done on PS5.
     
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...