GaijinEntertainment / DagorEngine

Dagor Engine and Tools source code from Gaijin Games KFT
Other
2.19k stars 273 forks source link

Missing weather preset from AssetViewer #68

Open VeresBalazsLaszlo opened 5 months ago

VeresBalazsLaszlo commented 5 months ago

There is no weather preset set by default in assetViewer, which means there is no light, and everything is black.

If your model is black or the whole viewport is just a black screen, i recommend adding/replacing the following lines in _av.blk located at .../develop/.asset-local/_av.blk :

skies{
  preset:t="../gamedata/environments/weather_preset_1.blk"
  env:t="morning"
  wtype:t="clear"
}
NicSavichev commented 1 week ago

What sample do you refer to? I remember I made autosetup for weather presets on first run (but maybe it is false memory)

VeresBalazsLaszlo commented 1 week ago

That issue was 5 months ago, but i do remember the viewport was just a black screen, and the config needed fixing. Not sure if this is still true today, as the outerSpace sample projects doesn't open with the newest release.

I believe Your question regarding which sample i refer to was related to my other opened "issue".

NicSavichev commented 1 week ago

Ok, I see, you just opened develop in OuterSpace sample. I will recheck this issue before next release of this sample