diharaw / volumetric-clouds

MIT License
127 stars 9 forks source link

No Clouds #2

Open sonoro1234 opened 1 year ago

sonoro1234 commented 1 year ago

Compiled with NMake on Windows 10 Home 22H2

**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.3.2
** Copyright (c) 2022 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'

The resulting exe shows this:

volumetric

diharaw commented 1 year ago

Try the release that I've uploaded. If the issue reproduces, try to capture with RenderDoc and check what the noise textures look like.

diharaw commented 1 year ago

I managed to reproduce this on an AMD Radeon 6800 XT. Seems like the shape and detail noise textures are completely black. I'll look into this later on.

sonoro1234 commented 1 year ago

My GPU is NVIDIA GeForce The issue is still present with release

diharaw commented 1 year ago

Could you inspect the Shape and Detail textures in RenderDoc and see what the output is? On my AMD GPU it's completely black. And please mention your exact GPU model and driver version.

sonoro1234 commented 1 year ago

NVIDIA GeForce RTX 3060 Laptop GPU with driver 30.0.15.1123

I have no experience with RenderDoc, just downloaded, installed, launched volumetric-clouds.exe, captured frame but I cant see anything under texture viewer tab.

sonoro1234 commented 1 year ago

I had to change GPU from Intel to NVIDIA for volumetric-clouds.exe. Clouds visible now. Thankyou

sonoro1234 commented 1 year ago

making a PR