mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 12:34:05 +09:00
PostProcessor working: nested FBO won't work, use FrameBufferManager
This commit is contained in:
7
assets/mods/basegame/weathers/WeatherGeneric.json
Normal file
7
assets/mods/basegame/weathers/WeatherGeneric.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"skyboxGradColourMap": "generic_skybox.tga",
|
||||
"classification": "generic",
|
||||
"extraImages": [
|
||||
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"globalLight": "generic_light.tga",
|
||||
"skyboxGradColourMap": "generic_skybox.tga",
|
||||
"classification": "genericrain",
|
||||
"extraImages": [
|
||||
"raindrop.tga"
|
||||
],
|
||||
"mixFrom": "__CURRENTWEATHER",
|
||||
"mixPercentage": 80.0
|
||||
}
|
||||
BIN
assets/mods/basegame/weathers/generic_light_old.tga
LFS
Normal file
BIN
assets/mods/basegame/weathers/generic_light_old.tga
LFS
Normal file
Binary file not shown.
BIN
assets/mods/basegame/weathers/generic_skybox.tga
LFS
Normal file
BIN
assets/mods/basegame/weathers/generic_skybox.tga
LFS
Normal file
Binary file not shown.
BIN
assets/mods/basegame/weathers/raindrop.tga
LFS
Normal file
BIN
assets/mods/basegame/weathers/raindrop.tga
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user