Slashdot Mirror


Getting 'Showdown' To 90 FPS In UE4 On Oculus Rift

An anonymous reader writes Oculus has repeatedly tapped Epic Games to whip up demos to show off new iterations of Oculus Rift VR headset hardware. The latest demo, built in UE4, is 'Showdown', an action-packed scene of slow motion explosions, bullets, and debris. The challenge? Oculus asked Epic to make it run at 90 FPS to match the 90 Hz refresh rate of the latest Oculus Rift 'Crescent Bay' prototype. At the Oculus Connect conference, two of the developers from the team that created the demo share the tricks and tools they used to hit that target on a single GPU.

9 of 30 comments (clear)

  1. Getting 'Snowden' To 90 FPS In UE4 On Oculus Raft by ls671 · · Score: 2

    "Getting 'Snowden' To 90 FPS In UE4 On Oculus Raft" is what I read first. Well time for a break I guess...

    --
    Everything I write is lies, read between the lines.
  2. Excellent news by Anonymous Coward · · Score: 2, Interesting

    Not that this is especially insightful or anything but: That's what you can do when you have programmers tasked with writing something run as well as possible instead of writing something to be as cheap as possible. The performance we are getting out of our PCs is nothing close to what the hardware would actually be capable of with properly programmed software. We all know this already, so I'm not sure why I'm bothering to post it... As a comparison, I run a Tri-Def on a pretty decent rig, and running games in stereoscopic mode usually means a massive frame-rate hit: Typical performance in these configurations is 1/3 to 1/2 the frame-rate of what you get with stereoscopic off. I see 30-45fps in Skyrim in stereoscopic mode, meaning I had to build a rig capable of maintaining 90fps as a minimum without stereoscopic mode engaged... At any rate a steady 90fps is an amazing achievement in stereoscopic gaming. My understanding is that stereoscopic gaming is equally hard on the CPU as the GPU: So you're looking at excellent coding to get 90fps...

    1. Re:Excellent news by K.+S.+Kyosuke · · Score: 3, Insightful

      One thing I don't quite understand is why these headsets don't have eye trackers. I find it quite obvious that as the demands go further up, it might eventually be necessary to match the quality of portions of the rendered scene with the resolution of portions of your retina. Why waste computing power on peripheral vision? It makes even more sense as the frame rate increases to reduce the artifacts introduced by by head movements, since the extra frames mean fewer operations per frame, while the increased frame rate allows you to quickly "un-degrade" the new portions of the scene picture as you're shifting your view.

      --
      Ezekiel 23:20
    2. Re:Excellent news by Ceriel+Nosforit · · Score: 3, Informative

      The excellent coding has been around for a while. It's asset creation which is uncomfortable. Large studios with big budgets go at it with the sweatshop approach, so there is little demand for procedural workflows.

      It's mostly fine art in concept and Z-brush, and then a series of atrocities conducted against the artists' vision as the assets get shoe-horned into a console.

      So good luck Sony... You'se gots problems.

      --
      All rites reversed 2010
  3. Re:Whatever happened to Id Software? by vux984 · · Score: 3, Funny

    Whatever happened to Id Software?

    The graphics engine programmer from ID, John Carmack, works for Oculus Rift. It was kind of newsworthy around here.

    So if you think they should source programming talent from Id... your a bit late to the party. Unless you think they really need John Romero too... ?

  4. What's the FPS of diminishing returns? by Hussman32 · · Score: 2

    I try to view my vision as analog, but I've seen experiments where I miss a single frame because I'm over the age of 40. What is the maximum FPS we can view before the video looks the same? I would be guessing less than 90...

    --
    "Who are you?" "No one of consequence." "I must know." "Get used to disappointment."
    1. Re:What's the FPS of diminishing returns? by Anonymous Coward · · Score: 2, Informative

      It's not about the ability to see frames. The time between frame redraws is the minimum reaction time to user input. With a huge amount of predictive motion blur, a game could look okay at 24 frames per second, but it would play absolutely horribly. That's because your input would be delayed, jittery and slow in comparison to 90, or even 60 fps.

      Head tracking is even more susceptible to this annoyance. When you look around in real life, there is no noticeable delay between your head moving and the image changing. This is one of many things that potentially cause nausea.

    2. Re:What's the FPS of diminishing returns? by Lord+Crc · · Score: 2

      There are several things at play here.

      One is the latency as mentioned, which is very important for VR. Heck even playing with a mouse and a regular monitor I can feel the difference between 60 Hz and 120 Hz, not to mention 30 Hz. At 30 it feels like my mouse is submerged in honey. At 60 it's decent but if you switch suddenly to 120 it you do notice that 120 is quite responsive in comparison.

      Then there's also motion blur. Due to the way most LCDs currently operates, they introduce a lot of motion blur. This is beause the image is shining for almost the entire frame ("sample and hold"). The eyes tracks the motion, expects to find the object has moved but get's conflicting data because the monitor is still displaying the same old frame. This causes a perceived motion blur.

      This is unlike "modern" CRTs for example, where the image faded quickly (within 2ms or so). For the rest of the frame the monitor was effectively black. That is much better for the eyes, and results in smoother perceived motion at the same framerate.

      Even at 120Hz motion isn't completely smooth if you use sample and hold. Newer LCD monitors can strobe the backlight to get an effect similar to CRTs and thus reducing motion blur.

  5. Re:Whatever happened to Id Software? by __aaclcg7560 · · Score: 2

    With John Carmack on board, I just find it interesting that Oculus Rift is using UE4 from Epic Games and not the id Tech 6 from id Software.