Jump to content

Search the Community

Showing results for tags 'fog'.

  • 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 7 results

  1. [WONTFIX] Rendering artefact inside fog

    Hi there I observe an artefact in the fog while rolling the camera. It disappears after going back to a horizontal view of the camera. Is this a bug or do I have to control the camera differently? Kind regards, Renato
  2. Hey everyone, in Unigine 2.9 the clouds seem to be removed, when the max visibility range for the haze/fog effect gets relatively low (due to the camera far plane decreasing as well?). Because of that, the sun appears more bright at low visibility, even though the cloud density might be set to the maximum. It essentially ignores the cloud settings entirely at low visibility. Even when setting the texture intensity of the sun to 0, a spot bright spot in the sky remains at where the sun should be. I tried to look into the environment.frag shader and played with the mie LUTs (though I do not understand how exactly it works) in the environment presets, but nothing lead a proper solution. I am pretty sure it is related to the mie scattering in some way though. Below I took some screenshots to illustrate the issue. All screenshots were taken from the same camera position and the sun texture intensity of all environments was set to 0. Note that screenshot 2 and 3 look exactly the same, as the clouds seem to have disappeared. If it was working correctly, screenshot 2 should look like screenshot 1. Does anyone have an idea on how to fix this? Please let me know if more information is required to solve this. Thanks a lot in advance!
  3. Shadows in Volume Fog

    Hi All, While using fog volumes to create foggy areas in our application, we noticed that shadows inside of the foggy area appear very strong. The environment presets can be used to counter this effect, however they are applied scene wide. For our application a scene is possible where we have one camera inside of the fog and another camera outside in clear weather simultaneously (so just changing the preset depending on whether the camera is inside of the fog is not possible). Is it possible to have strong shadows and clear weather outside of the fog volume but less strong shadows inside of the fog? Here you can see the mentioned hard shadows with environment preset0 (Pic1) and the solution with environment preset 1 (Pic2): Pic1Pic2 Without fog it we have preset0 (Pic3) and preset1(Pic4): Pic3Pic4 So we basically want something like Pic2 inside of the fog but something like Pic3 outside of it. Of course we are open to other solutions not using Environment presets. Any ideas are welcome. Thanks a lot in advance.
  4. Fog, lights, and color

    So, we have a few dozen light posts that we'd like to show punching through the fog. To a degree we can get this effect and it may be acceptable. However, the bigger issue is that light always goes white when the fog is dense enough. So, for instance, say there is a festive red light shining brightly. Add some fog and the light turns white. Is there a technique or a shader I'm over looking that would cause the light to be red/reddish instead of reverting to white?
  5. Fog and different light settings

    Hi there Due the proposition from another post ('Fog and AA'), I started to implement the fog by means of the ObjectVolumeBox. As you can see, I get quite a usable result. But if I change to night time, the fog remains illuminated even if the surrounding is completely black. Secondly, the lights of the integrated helicopter doesn't get attenuated by the fog. Do I have to change them or the fog? Thanks in advance
  6. in samples\objects\volumes_01, I try to set one of the spheres to get big enough (I need about R=7000). But when the size reaches about R=1500, the fog starts to disappear, depending on distance from camera. I tried ObjectVolumeBox instead of ObjectVolumeSphere, - the box works fine. The sphere with volume_light_base material also works fine at big sizes. But I need a big fog sphere.
×
×
  • Create New...