Slashdot Mirror


Unigine's Newest Benchmark Features Huge, Open-Space Expanses

jones_supa writes "Unigine announced a new GPU benchmark known as Valley Benchmark. From the same developers who created Heaven Benchmark, the Valley Benchmark is a non-synthetic benchmark that is powered by the Unigine Engine, a real-time 3D engine that supports the latest rendering features. The Valley Benchmark includes massive area of 64 square kilometers of very detailed terrain that includes forest, mountains, green expanses, rocky slopes and flowers. The area can be freely explored by means of walking or flying. All major operating systems are supported."

59 of 87 comments (clear)

  1. My results by armanox · · Score: 4, Informative

    Are here under Fedora.

    --
    I'm starting to think GNU is the problem with "GNU/Linux" these days.
    1. Re:My results by Anonymous Coward · · Score: 3, Funny

      I must say that looking at your photo, you would make an excellent supervillian. You should consider purchasing a longhaired white cat to sit on your lap, so you could stroke her fur while smiling in an unsettling manner.
          I'd sign up as a henchman.

      Captcha is "Angstrom" which would be a good supervillain name. Dr. Angstrom, or maybe Professor Angstrom.

    2. Re:My results by armanox · · Score: 1

      i5 3570K + GTX 460

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    3. Re:My results by armanox · · Score: 1

      Perhaps I should consider a career change....

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    4. Re:My results by retchdog · · Score: 2

      The angstrom is the SI unit for anxiety and turmoil.

      --
      "They were pure niggers." – Noam Chomsky
  2. Skyrim by Dan+East · · Score: 2, Interesting

    All they have to do is rename it The Elder Scrolls VI and they have themselves a finished game.

    --
    Better known as 318230.
    1. Re:Skyrim by game+kid · · Score: 4, Funny

      Nope. They would still need a test of bucket and body physics.

      --
      You can hold down the "B" button for continuous firing.
    2. Re:Skyrim by Quinn_Inuit · · Score: 1

      Nope. They would still need a test of bucket and body physics.

      And whatever rag doll physics are needed when someone takes an arrow to the knee.

      --

      Stop learning! Only you can prevent esoterrorism.
    3. Re:Skyrim by Impy+the+Impiuos+Imp · · Score: 1

      Elder Scrolls would fit in a small corner of Tera Online. I spent several hours once just riding up into the mountains outside a city once.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  3. beautiful! here is most of the techniques used.. by goruka · · Score: 5, Interesting

    -Instancing: For drawing lots of trees without draw call overhead.
    -Impostors: For the groups of trees far away
    -Vertex Program: For the sway of the trees, probably with per vertex amount of strength
    -PSSM: For the shadows
    -Godrays: For the sunrays through the trees
    -HDR+Bloom with luminance bleeding: For the lighting and skybox
    -Instanced Particles: For the clouds

    I sure am forgetting some of them, but I think this demo, with huge amounts of instancing, is mainly designed to stress the vertex pipeline of modern videocard.

  4. Heres mine by Osgeld · · Score: 2

    http://burnedchips.com/results.jpg

    not to shabby for a 2009 budget box

    1. Re:Heres mine by armanox · · Score: 2

      Noticing higher results in Windows 7 over Linux (See Windows OpenGL score)

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    2. Re:Heres mine by armanox · · Score: 2

      No, not at all. Certainly more a more GPU intenesive benchmark then CPU. Your GPU probably does pretty good for a lot of games at that monitor resolution.

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    3. Re:Heres mine by Osgeld · · Score: 1

      I just ran it with OGL and lost nearly 100 pts, so that has some effect as well

    4. Re:Heres mine by Osgeld · · Score: 1

      yea it does pretty ok until it needs the cpu and ram, the 720 isnt the best of the bunch and the ram is 1066 DDR2, even then is usually just a little jitter given the xbox state of most games

  5. Nice by interval1066 · · Score: 1

    The still scenes on thier website are really nice, some the most detailed and realistic renders from a game engine I've ever seen.

    --
    Python: 'And then suddenly you have a language which says "we're all stuck with whatever the whiniest coder wants".'
  6. Re:beautiful! here is most of the techniques used. by Gaygirlie · · Score: 5, Interesting

    -Godrays: For the sunrays through the trees

    Nitpick: that's not a technique. Those rays of light are called godrays, it says nothing about the implementation technique.

    I sure am forgetting some of them, but I think this demo, with huge amounts of instancing, is mainly designed to stress the vertex pipeline of modern videocard.

    I checked out the YouTube - video and, well, I see huge amounts of people complaining about the apparently-poor texture resolution of this benchmark. IMHO, these people are missing the whole point of the demo as the demo is not intended to show exceedingly impressive textures or such. The speeds at which the engine can manage to do so beautiful real-time shadows and lighting, huge, open landscape with loads of foliage, the impressively realistic fogging in certain areas and so on, these are the focus here. I certainly would trade some texture resolution for more realistic lighting and environmental effects in games if it ever came to such a choice.

  7. Re:beautiful! here is most of the techniques used. by PhrostyMcByte · · Score: 2

    I think this demo, with huge amounts of instancing, is mainly designed to stress the vertex pipeline of modern videocard.

    It actually uses quite a lot of LOD -- even at the highest settings there aren't ever very many triangles on screen. As TFS says, this isn't meant to be a synthetic benchmark. It's not made to stress any one specific thing, and it really doesn't.

    Some of the tech it is demoing is pretty cool, even if the resulting image isn't very impressive. In the hands of proper designers, this stuff could be awesome.

  8. Impressive by locater16 · · Score: 2

    Impressive enough, it's always neat to see even programming as utterly performance intensive as a game engine pay off with something so pretty.

  9. Re:Not digitally signed for Mountain Lion by Jeremi · · Score: 2

    A bit of an oversight - it won't run if security is set to reject unknown developers.

    Workaround is to right-click on the icon and choose "Open Application" from the popup menu.

    --


    I don't care if it's 90,000 hectares. That lake was not my doing.
  10. Re:beautiful! here is most of the techniques used. by UnknownSoldier · · Score: 2

    > Nitpick: that's not a technique. Those rays of light are called godrays, it says nothing about the implementation technique.

    Indeed. They could be using "Volumetric Light", "Occlusion Stencil", or as a post-process in Screen Space. Hard to tell which algorithm they are using.

    Reference:
    * http://http.developer.nvidia.com/GPUGems3/gpugems3_ch13.html

  11. Like SpeedTree by Animats · · Score: 1

    Nice. Reminds me of Speedtree's demos.

  12. Re:beautiful! here is most of the techniques used. by VortexCortex · · Score: 1

    The speeds at which the engine can manage to do so beautiful real-time shadows and lighting, huge, open landscape with loads of foliage, the impressively realistic fogging in certain areas and so on, these are the focus here.

    Nitpick: The benchmark misses the point of benchmarks. I mean, instancing is fine, but why include a trick like "imposters" to give the illusion of the visuals being more complex than they are if you're trying to stress the hardware. Seems counter productive to me. I mean, if you're going to make a game, fine, you want it to run great on lesser end hardware, but why make a benchmark that emulates game behaviors? If you want more accurate "real world" use cases, why not just benchmark with existing games on different hardware?

  13. Re:beautiful! here is most of the techniques used. by dotHectate · · Score: 1

    Read again, not Unreal Engine - Unigine Engine.

    --
    Patience is a virtue, but haste is my life.
  14. Re:beautiful! here is most of the techniques used. by Anonymous Coward · · Score: 2, Insightful

    It's propably you wo misses the point. The idea is to bench a realistical workload. Since techniques for replacing far away objects are used in almost every game it makes perfect to include it. Besides, you could not render such scenes without it in real time

  15. Re:beautiful! here is most of the techniques used. by ldobehardcore · · Score: 1

    Or you could go with neither and have hundreds of square kilometers of rock/concrete texture *Cough*MassEffect*Cough*

    --
    Hectice, baby, Mercator says hello to you
  16. Re:I'm guessing I shouldn't use Nouveau for this by jones_supa · · Score: 1

    I'm guessing I shouldn't use Nouveau for this

    Yes, you are probably on the right tracks. I believe that error message comes up because the application is trying to request a higher OpenGL profile than what is supported by your graphics driver.

  17. Re:beautiful! here is most of the techniques used. by Anonymous Coward · · Score: 1

    You really have to make a new engine from scratch emulating what game developers would do to test the video cards. After all, instancing is a part which stresses the hardware, if you are not using instancing, what hardware are you actually testing? And if you tested just raw polygons, wouldn't you be avoiding the use of most silicon which got developed precisely for these other "tricks"?

  18. Why the obsession with faking a physical camera? by fantomas · · Score: 4, Interesting

    Very nice. But I'm really curious: why do video sims have this obsession with pretending to be shot on a physical camera (e.g. rain drops on the "lens", lens flare when looking at the sun)?

    I understand it's an aesthetic but it comes over as insecurity: "hey I bet you couldn't tell this wasn't a real camera in a real world". I think sim designers should have more confidence and get over this 'trying to prove we're as good as the real world by simulating failings in cameras'. I think there's some really nice work and they should concentrate on improving their presentation of world rather than trying to reverse engineer the failings of old cameras.

    Rain drops on the lens from video shot on real cameras is really annoying. Don't spend energy trying to simulate it, or lens flare. Spend your time improving your new format, do cool stuff the real film makers can't do and take advantage that you're not bound by their limitations. Please don't work on a virtual camera operator's hand cleaning your virtual lens with a virtual disposable tissue when it rains hard....

  19. Re:Not digitally signed for Mountain Lion by biodata · · Score: 1

    Good. The more people publish unsigned software the more annoying the warnings get, the more likely the whole signing thing will go away. Does it really make anything any more secure? What happens when the signing keys get compromised?

    --
    Korma: Good
  20. Re:beautiful! here is most of the techniques used. by citizenr · · Score: 1

    you forgot
    -Laggy non gradient detail POPUP: for when you just need to hide grass at a fixed level and look like 5 year old x360/PS3 game
    -Microshutter: Why display smooth animation if we can "optimize" code and squeeze few more frames at the cost of consistency.
    -Display fixed average fps: least useful number instead of a graph, we dont want to expose our shortcomings.

    --
    Who logs in to gdm? Not I, said the duck.
  21. history by Anonymous Coward · · Score: 1

    would love to see this video's 2003, 1993 equivalent.. any good archives of graphics demos around?

    1. Re:history by plonk420 · · Score: 1

      from Pixar-sponsored scene.org, check out (2011) Numb Res by Fairlight (yes, that one) and CNCD; requires DX10 (or check out 2010's Agenda Circling Forth without the GPU-crushing endbit)... Epsilon (2011, 64k) for tasty ray tracying (or google "pouet photon race 2") ... (2010, best effects) FR-063 also has GPU physics. and (2009, 4k) Elevated has an insane amount of content for 4k.

      off-scene/pouet, there's Separable Subsurface Scattering (Real Time). semi-raytracingish, there's Rigid Gems

    2. Re:history by Impy+the+Impiuos+Imp · · Score: 1

      Someone did a ray-traced video of Quake (not real time, of course) with people running around with multiple color sources and so on.

      They estimated a real-time version would require a 30,000 GHz processor. Still, it looked awesome.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    3. Re:history by toiletsalmon · · Score: 1

      Here's the closest thing I've seen:

      http://www.youtube.com/watch?v=2bHpUljLVrc

      It's a bunch of benchmark videos saved into one long youtube video. Boring to sit through, but interesting to jump around in.

    4. Re:history by synapse7 · · Score: 1

      Google "3dmark 2001".

  22. How can I purchase by mark_reh · · Score: 1

    mineral rights to that place? It would look so pretty with a big 'ol pipeline running across it!

  23. Re:Why the obsession with faking a physical camera by Anonymous Coward · · Score: 1

    Must admit, things like lens flare and rain on the lens make it look *less* realistic to me. Don't simulate what a camera would see, but what a human eye would see. I want to see a virtual world as if I was right there, not watching a nature documentary.

  24. Non-violent game by Frans+Faase · · Score: 1

    Hope that this could be turned into a non-violent game, a little like "Dear Esther", where you can just walk around and enjoy the scenery. It is now 64 square kilometer, but I guess that with generative techniques you could create virtually infinite worlds.

  25. Re:beautiful! here is most of the techniques used. by gl4ss · · Score: 1

    how is not a synthetic benchmark though? until they got a game going in their game engine it's synthetic demo.. doesn't matter if they realtime generate lot of the stuff.

    --
    world was created 5 seconds before this post as it is.
  26. Not just about detail & scale: realistic geo/b by Anonymous Coward · · Score: 4, Interesting

    The thing that impresses me the most is the way that whoever put it together actually knows some geology and biology. The trees, other plants, and rocks are realistically placed. I admit it's kind of geeky, but as a geologist it always bothers me when game designers think any old "random pile of rocks" or "randomly bumpy cliff surface" corresponds to the way geological materials behave in the real world. Same for the shape of mountainsides. They are not randomly steep, planar slopes. Most of them have a graceful exponential kind of curvature. There are similar issues for the distribution of real plants and trees.

    If the whole point of a game is to immerse you in an alternate reality, but everything in the "natural" world looks (to the experienced eye) like the building equivalent of walking through a funhouse, it kind of spoils the effect. These people are meticulously observant of nature and actually know what they are doing! Kudos.

  27. Re:Why the obsession with faking a physical camera by gl4ss · · Score: 1

    why use such crap effects?

    well, for same reason some movies use them when they could avoid them. you can get away with less actual detail in the scene.

    why do you think so many games nowadays use focal effects? well duh.. it used to be common technique to just limit angle of camera to scene in games.. you don't have to draw the sky if you can never look at it. the focal focus shit effect used in so many games nowadays is usually used to blur backgrounds into blur.. like used in some movies to make the painted backgrounds not look totally shit. then you can use more polys in games on the characters in front.

    and then you can just focus on all these shit tricks and forget the story like in dragon age II..

    --
    world was created 5 seconds before this post as it is.
  28. Re:Not digitally signed for Mountain Lion by Rockoon · · Score: 2

    Its normally not an issue but when you get a program from a 3rd party such as a mirror or from a torrent, which you would know is exactly this case with this benchmark if you bothered to try to download it, then its nice to have evidence that the program was packaged up using the keys of the developer even if there is some small chance that someone other than the developer might have gotten the keys.

    Makes your argument seem a bit silly now, doesnt it?

    --
    "His name was James Damore."
  29. Re:beautiful! here is most of the techniques used. by Pino+Grigio · · Score: 1

    Regardless of all of that, I thought it looked wonderful (from the YouTube video). I especially liked the rain effects and the lighting when it was raining. The water running off the rocks was pretty cool too. My engine is around 10 years behind that (!), mostly because I don't work on it full time.

  30. Re:Why the obsession with faking a physical camera by g00ey · · Score: 1

    While I agree to some extent to what you are saying, I believe that sometimes it is desired to deliver that cinematic experience. Also directors can eliminate lens flares and motion blurs during shootings with the right set of lightings and aperture times but they don't. The reason for that is that they want to emphasize that something is extremely bright or is moving extremely fast. All this is part of cinematic storytelling. Something modern digital cameras such as the over-hyped Red(tm) cameras are lacking considerably compared to traditional film cameras that have been tweaked for over half a century.

  31. Re:Why the obsession with faking a physical camera by Anonymous Coward · · Score: 1

    Any professional cinematographer or photographer can almost always avoid lens flare, mist or water on the lens, but use it intentionally to convey things that the (audio)visual medium can't: heat and glare of bright lights, the sensation of cold wetness when you emerge from water or are caught out in the rain.

    It can certainly be overdone, but used right it's just another tool to tell a multisensory story with pictures.

  32. Re:How to compare it with other people ? by Jarik+C-Bol · · Score: 1

    article says its not a pre-defined path, you have free fly through control, or you can choose 'hike through' control, IE FPS shooter controls.

    --
    I've decided to Diversify my Holdings. I've divided my cash between my left and right pockets, instead of all in one.
  33. Re:Not just about detail & scale: realistic ge by Jarik+C-Bol · · Score: 2

    I believe the terrain was pulled from GIS data, (the article mentions the creators wanting to show off some of Russia's natural beauty) and the article says they procedurally placed the foliage and rocks, so Its all the work of very well designed math problems. But you are right, they did seem to do a meticulous job getting those math problems to reflect natural patterns.

    --
    I've decided to Diversify my Holdings. I've divided my cash between my left and right pockets, instead of all in one.
  34. I was making landscapes like that by MitchTheRvGuy · · Score: 1

    in the mid 90's using Vista Pro https://www.youtube.com/watch?v=U6gOygLDaww Talk about a benchmark, each frame would take almost half an hour

  35. Re:Why the obsession with faking a physical camera by GrumpySteen · · Score: 2

    Rain drops on the lens from video shot on real cameras is really annoying

    Heh. You clearly don't wear glasses. Raindrops on the lens is absolutely normal to me, so it doesn't seem even slightly out of place when I see it in a game.

    I agree that lens flare is annoying, though.

  36. Re:beautiful! here is most of the techniques used. by AmiMoJo · · Score: 3, Insightful

    It still gets a lot of pop-up though. Most engines seem to have this problem where everything far away is okay and every up close is okay, but in the middle ground things just pop into existence and look terrible.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  37. Re:Why the obsession with faking a physical camera by AmiMoJo · · Score: 1

    It's worse in 1st person games where you are supposed to be looking through the characters eyes, and yet you still get droplet splashes and lens flair effects (I'm looking at you, MW3).

    To be fair I do get the droplets on my glasses sometimes, but then again I'm not a cool uber-l33t soldier dude who would undoubtedly wear contact lenses.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  38. Re:beautiful! here is most of the techniques used. by Bram+Stolk · · Score: 1

    Quite right! It seems synthetic to me as well.

    If it generates geometry on the GPU, by using a geometry shader, it makes you wonder:
    Do the trees have a physics representation on the CPU as well, so that the player collides with them?
    Probably not, which means that despite the marvel of all those trees, you cannot play it like you can a Skyrim world.

    --
    Bram Stolk http://stolk.org/tlctc/
  39. Re:Not just about detail & scale: realistic ge by DanielRavenNest · · Score: 2

    I did this landscape by a process called "procedural generation":

    https://lh4.googleusercontent.com/-lPWscdDzXM8/TjtfFx12uRI/AAAAAAAACqc/gIukXZ8t0Sc/s1600/TerrainFracta+2l.jpg

    Rather than place hills and grass individually, it uses fractal formulas to create the shapes and textures. The formulas and textures are height and slope aware, and it uses atmospheric haze to give a distance effect. The software is E-on Vue, which is used in professional movie making, but I just diddled around with it for fun.

  40. Re:I'm guessing I shouldn't use Nouveau for this by Jeremy+Erwin · · Score: 1

    TODO: make error messages more informative for the end user.

    I suppose that in an ideal world, the gamer would program his own games, and contribute well-crafted bug fixes to the games of others, but diagnosing this error effectively requires either sorting through a google search of hundreds of web pages or learning the guts of glx.

  41. Reverse slashdot effect by antant007 · · Score: 1

    When someone posts a torrent on slashdot.

    --
    GENERATION 9882463: The first time you see this, copy it into your sig & add a random number to the generation.
  42. Re:I'm guessing I shouldn't use Nouveau for this by neiras · · Score: 1

    Set 1920x1080 fullscreen video mode
    X Error of failed request: GLXBadFBConfig
        Major opcode of failed request: 154 (GLX)
        Minor opcode of failed request: 34 ()
        Serial number of failed request: 50
        Current serial number in output stream: 49
    AL lib: ReleaseALC: 1 device not closed

    Any ideas?

    This is because Nouveau doesn't do OpenGL 3.2. You will have the same error with the linux Intel drivers for Sandy Bridge and Ivy Bridge. Not a hardware thing, it's a driver support issue.

  43. Re:Why the obsession with faking a physical camera by thegarbz · · Score: 1

    And when water gets in his eyes he'll blink and close. Yes that would definitely be less annoying.

  44. I HATE lens flare by Artemis3 · · Score: 1

    I'm supposed to be there, I'm not supposed to be looking at things from a camera, get this right once and for all.

    --
    Artix
    Your Linux, your init.