Jump to content

Search the Community

Showing results for tags 'scattering'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 3 results

  1. Recently I've been working on a weather system for our game, but realized that I can't create a cloudy sky while also having distance fog. The haze feature that creates the atmospheric distortion effect eliminates the volumetric clouds. Here I have an overcast sky and here's the same sky with the haze distance value lowered. The clouds start disappearing around the same distance from the camera that the haze starts. Here's a photo illustrating the kind of effect I need, where the mountain displays heavy atmopheric distortion, but the clouds are still clearly visible behind it. I'm pretty sure this used to be possible before the last version. Is this a bug? Is there another way to achieve this effect?
  2. In Unigine 2.1 the Atmospheric scattering was refactored (and it looks awesome) But in our product, we have spherical planets. So we can't use the default atmospheric scattering. We have a custom implementation of this feature. However we would like to use an environment texture or at least a global ambient light to prevent shadows from being just plain black. In previous versions of Unigine we simply set <render_scattering>0</render_scattering> But now, with the new system, in order to deactivate the atmospheric scattering, we have to deactivate environment texture at the same time ! <render_environment>0</render_environment> On the long run, we will probably implement a custom global illumination. But for now I can't find a way to have a basic global illumination without the features of your new scattering that does not work for a spherical planet. Any idea on how we can achieve such a feature ?
  3. [SOLVED] Sun with custom sky background

    I'm wondering is there a way to display custom background and a sun at the same time? My experiments shows that sun is disabled when 'Background' state is enabled for sky material.
×
×
  • Create New...