Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Enhanced Rendering (for free) and Post Processsing

Featured Replies

This is what i have added into tonemap.glslUntitled.png

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

  • Replies 54
  • Views 11.4k
  • Created
  • Last Reply

No don't work , now i am getting legacy.glsl error.

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

did you add the #endif?

 

Im using 11.20.

|   Dave   |    I've been around for most of my life.

There's always a sunset happening somewhere in the world that somebody is enjoying.

  • Author
3 minutes ago, sightseer said:

did you add the #endif?

don't forget this one, like I said: 3 lines to edit

oops

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

Colors do seem to be more deeper , i have now added the warmth lines gotta try it.

Can we increase the gamma ? 

 

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

I like it , wondering if it does cause some fps loss ? i need to try this in linux XP because Windows AMD Drivers are terrible.

Did notice something weird with the water but i need to recheck it.

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

  • Author
1 hour ago, HumptyDumpty said:

wondering if it does cause some fps loss

it causes none, because it is only changing the existing shader parameters to different values! The only extra processing is when you also use any 'PostProcessXXXX' function, which are way marginally impacting anything at all.

Must be the stupid Windows 10 Latest update along with the stupid amd opengl  windows drivers. 

But overall it looks excellent.

Just need some gamma adjustment.

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

Me-109_G10_XP11_1.pngMe-109_G10_XP11_2.png

Above Africa 

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

No fps deficit under linux 

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

@RXP

I find the colors a bit too strong. is that due to the warmth ?

 

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

Thanks for working this out! Is there a way to add sharpening to the PP pipeline with this technique, or do I have to stay with Reshade for that purpose?

I only need Reshade for contrast boost and sharpening, and it would be nice to have one thing less running with X-Plane.

Edited by Guest-475

  • Author

@HumptyDumpty warmth post processing is a cross-talk filter between reg, green and blue which balances the color differently than stock, with a stronger emphasis on 'blue'.

NB: I find your screenshots way too blue though, compared to what I get on NVidia.

Actually you can see this easily in the code, which uses a matrix to modify each RGB component:

    const mat3x3 warmth = mat3x3(
        vec3( 1.10,-0.10,-0.10),
        vec3(-0.10, 1.15,-0.10),
        vec3(-0.10,-0.10, 1.20));

You can change these value to adjust the levels differently, or keep the same colour balance has the stock X-Plane renderer, but 'boosting' a little bit in using PostProcessSaturation (or PostProcessVibrancy) instead:

    //rgb = PostProcessWarmth(rgb);
    //rgb = PostProcessSaturation(rgb, 1.15);
    rgb = PostProcessVibrancy(rgb, 1.1);

The default values above boost saturation by 15% or vibrancy by 10%.

@mgeiss yes we could also add a 'sharpen' shader in the pack as the necessary information is already available, but this is not offered in the code I've published in this discussion. The same with 'god rays' and similar effects.

Edited by RXP

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.