Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Pages: 1 [2]

Author Topic: New atmospheric model  (Read 31891 times)

OGREMAN

  • Member
  • **
  • Posts: 62
New atmospheric model
« Reply #15 on: November 02, 2010, 07:31:34 am »

Well I have looked at these comparrison images carefully over a couple of days of re-visiting them, it seems to me that with the possible exception of the planetry horizon scaled shots (where the after is much better) there is not so much, an improvement as a change.... both 'before' and 'after' images represent possible realities because the atmosphere is so dynamic in reality. The main difference between before and after is the degree of haze (visible range) and once again this is a normal variable for a plenetry atmosphere that has thermo and flud dynamics in motion all of the time... Weather. I note that the contrast in terrain detail is lost or significantly reduced in the 'after' images which in my opinion is less attractive.
BOTH SETS have great reality impact but if in acheving the 'afters' you must lose the possibility of the 'before' then this might be a backward step where the main benefit is in the accessability mentioned in your remarks. The final judgement will most likely require compromise.
All in all this graphic still represents substancial improvements over any other simulator I have ever looked at.
Logged
`Twas brillig, and the slithy toves  Did gyre and gimble in the wabe:All mimsy were the borogoves,
  And the mome raths outgrabe.
\"Beware the Jabberwock, my son!  The jaws that bite, the claws that catch! Beware the Jubjub bird, and shun;  The frumious Bandersnatch!\"

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
New atmospheric model
« Reply #16 on: November 02, 2010, 07:49:58 am »

Yeah the comparison isn't saying enough about the change. The new atmospheric model mainly solved some corner cases that weren't rendered correctly (the night side, twilight transition) and also the perception of depth in some cases. It's also a bit faster and allowed for further optimizations as well as for a better further tuning of atmospheric parameters.

Additionally, the parameters weren't the same in both cases - their meaning changed and it was harder to match to the old ones. In the end there will be a UI window with sliders for adjusting the various atmospheric parameters.
Logged

Johan100

  • Newbie
  • Posts: 2
New atmospheric model
« Reply #17 on: February 26, 2011, 07:51:33 pm »

Maybe,with Direct X 11 one can do this even better ,so you better incorporate it now ,if possible.I came to think about it ,can Vue 7 program maybe help in making a better reprensentation of season and maybe add to realism by adding parameters to make it simulate different road conditions-add a certain colour and it adds in a slippery road or something.
Better find out what it can simulate without dragging down fps now,before we go too complex on weather model and everything else we can think of.
Make sure of that it can manage the new whitepaper on the new MP Dis and HLA future systems,so that we can integrate the weather model into it.Hopefully we canuse Vue 7 system ,where one can `paint`their own clouds and overlays into the weather model,without the need of scripting or C++ programing .
That will make it a whole lit easy for a lot of people. :D
Logged

ZeosPantera

  • ||>>-Z-<<||
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2520
  • #1 Outerra Fan Boy
    • My Youtube
New atmospheric model
« Reply #18 on: February 26, 2011, 08:31:45 pm »

Hi Johan. Outerra isn't rendered with the DirectX libraries. It uses OpenGL which is why it looks as good as it does and also why there isn't a demo out.

Glass is half full.. of poop.
Logged
"Fear accompanies the possibility of death, Calm shepherds its certainty" - General Ka Dargo

Edding3000

  • Member
  • **
  • Posts: 93
New atmospheric model
« Reply #19 on: February 27, 2011, 08:56:55 am »

Quote from: ZeosPantera
Hi Johan. Outerra isn't rendered with the DirectX libraries. It uses OpenGL which is why it looks as good as it does and also why there isn't a demo out.

Glass is half full.. of poop.
OpenGL is not the reason it looks that good. One can do the same with DX. It are just wrappers around the hardware...
Logged

WarlockSyno

  • Jr. Member
  • *
  • Posts: 25
New atmospheric model
« Reply #20 on: February 27, 2011, 01:37:23 pm »

OpenGL could do DX11 when version 2 was out.
Logged

Edding3000

  • Member
  • **
  • Posts: 93
New atmospheric model
« Reply #21 on: February 27, 2011, 06:25:08 pm »

Quote from: WarlockSyno
OpenGL could do DX11 when version 2 was out.
?
I think you do not understand what OpenGL and DirectX are.
They are API's for rendering.
You can do the same with both apiĀ“s. But DX will be faster in one and OpenGL in the other.

There is no such thing as OpenGL can do DX11...
Logged

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
New atmospheric model
« Reply #22 on: February 28, 2011, 02:30:50 am »

I think he wanted to say that OpenGL can do what DX11 can since version 2.
But it's not true regardless.

OpenGL 4 + OpenCL can probably do all the things DX11 can.
Logged

Tim

  • Newbie
  • Posts: 3
New atmospheric model
« Reply #23 on: February 28, 2011, 04:46:55 am »

You would not post your shaders here, would you?  :D
But for all of us, trying to get something similar working in our simulation software, a small technical blog post would be very appreciated!  :cool:
Because it looks just gorgeous...
Logged

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
New atmospheric model
« Reply #24 on: February 28, 2011, 05:06:10 am »

I actually wanted to write a post about it, for the same reason I've been blogging about other technical things - to save myself and others the trouble of rediscovering it all again. But I missed that period when it has been fresh in my mind, so I have to go through it .. again :(

But I've been doing some fixes to the atmospheric code when toying with the water - I've encoded atmospheric parameters of reflected ocean ray into unused portion of precomputed textures. I've fixed some bugs during that encounter, but it's not yet all finished.

Btw the current incarnation of my atmospheric code was inspired by Eric Bruneton's atmospheric scattering algos, did you look at that? I've just simplified it a bit, reduced the inscatter table to be smaller and 3D instead of 4D, at the cost of having to recompute it from time to time. Basically doing some tradeoffs here and there.
Logged

Tim

  • Newbie
  • Posts: 3
New atmospheric model
« Reply #25 on: February 28, 2011, 09:57:09 am »

Yepp, the work of Eric Bruneton is also very impressive. I read the papers but annoyingly the work on my visual software is only a side project at my office so I have to focus on getting everything in there but not in full detail  :(

Last thing was volumetric clouds. But combining them with a complex atmospheric shader is some tough work. (At least for me... :/ )

So I am still looking (and hoping) for some ideas for a less complex atmospheric code...
Logged

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
New atmospheric model
« Reply #26 on: February 28, 2011, 03:31:21 pm »

Yes, the paper is not easy to understand without having a special training in the way these people write them :)

I hope I'll be able to write it in a more intelligible manner, but that will require even bigger effort than just dumping my notes and equations. Atmospheric code was one of the more annoying parts because of the amount of issues and tweaks required to get it right at all scales, and I still don't have it bug free.
Logged

necro

  • Sr. Member
  • ****
  • Posts: 451
    • google+ Blog
New atmospheric model
« Reply #27 on: March 01, 2011, 02:02:55 am »

Hell ya, thats right. I had this problem also. If the radians arent correct the sunset was too early or too late and it was looking unnatural. But i took nvidias gpu gem model. Thats physically "correct" but slower. So i'm also curious about your notes :P
Logged
Pages: 1 [2]