Jump to content

Search the Community

Showing results for tags 'cloud'.

  • 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. I cant see the clouds in the build version or when I press the run button! it works only if I lowered its height! how can I fix this thanks 2022-08-01 07-47-56.mp4
  2. Hello, we have discovered a bug in the shading of the cloud implementation which leads to bright unrealistic bottom shading of clouds. Steps to reproduce: Create 3 LightWorlds in Editor, two for sun and one for moon scattering. Reset rotation on all 3 lights. Turn 1 sun by 180 degrees arround X. Disable both sun nodes. Add cloud layer cumulus to scene. Enable sun node which has 180 degrees arround X. (Bottom of cloud will be shaded brighter) Disable sun node which has 180 degrees arround X. (Bottom of cloud still be shaded brighter) Enable sun node without rotation. Disable sun node without rotation. (Bottom of cloud looks like expected) Bug reproduced from 2.14.1 to 2.15 alpha. Deleting sun nodes does not help. API DirectX has been used. Sun wihtout rotation activated, then deactivated. Sun with 180 degrees rotation activated , then deactivated. We would like to have a hotfix on 2.14.1 if possible. Thank you.
  3. Clouds movement without noise

    Hi, I just want to ask how it is possible to move the clouds without moving through the noise pattern to make their shape more stable. I added two videos, one shows the movement of the player, which creates the appearance I want to achieve. The other one shows the cloud moving per wind slider in the paramter section. Ideally it should be a mix of both. Thanks for your help. clouds_moved_by_viewpoint.mp4 clouds_moved_by wind.mp4
  4. Hi, just tried to let the clouds vanish at the horizon. When using the c++ api, only the standard value of 6378.137 km is working correctly for the ellipsoid of the GeodeticPivot. When I slightly change it the clouds will vanish. I am using OpenGL and Unigine 2.7.2.1. m_cloudsGeodetic = Unigine::GeodeticPivot::create(); m_cloudsGeodetic->setOriginBasis(Unigine::GeodeticPivot::ORIGIN_BASIS_LOCAL); auto ellipsoid = m_cloudsGeodetic->getEllipsoid(); ellipsoid->setMode(Unigine::Ellipsoid::MODE_FAST); ellipsoid->setSemimajorAxis(6378137.); //coverage normal //ellipsoid->setSemimajorAxis(6378137.-500.); //coverage gets higly reduced //ellipsoid->setSemimajorAxis(6378137.+500.); //coverage normal //ellipsoid->setSemimajorAxis(6378137.+1000.); //no clouds visible anymore .... m_cloudsGeodetic->addChild(cloudLayer->getNode()); Did I miss something or is it a bug? Thanks Sebastian
  5. CloudLayer flickers through trees

    Hello, The cloud layers flickers through the trees (WorldClutter). The effect is extremely painful on the eye :( To be more precise : the cloud layer does NOT overlap the trees vertically. The clouds are much higher, but we can see them behind the trees. The flickering appears like a thousand small white dots randomly jittering. Any workaround/tweaking I can do? Thanks
  6. I would like to see a better looking 2D cloud system similar to this one. http://vimeo.com/16534222#t=110 I believe that the clouds in this video are generated from interpolating between 2 cube maps. These cubemaps can be created using Terragen, or using Terragen presets. http://store.nwdanet.com/terragen2store/6-terragen-2-presets/7-atmosphere-a-clouds.html Would anyone else benefit from epic looking skys?
×
×
  • Create New...