We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad157ac commit ff6afa3Copy full SHA for ff6afa3
Shader/textures.fxsub
@@ -33,7 +33,6 @@ texture FogMap: OFFSCREENRENDERTARGET<
33
string DefaultEffect =
34
"GroundFog*.*= ./Fog/GroundFog/ground_fog.fx;"
35
"AtmosphericFog*.*= ./Fog/AtmosphericFog/atmospheric_fog.fx;"
36
- "VolumetricFog.pmx =./Fog/VolumetricFog/volumetric_fog.fx;"
37
"VolumetricCube.pmx =./Fog/VolumetricCube/volumetric_cube.fx;"
38
"VolumetricSphere.pmx =./Fog/VolumetricSphere/volumetric_sphere.fx;"
39
"* = hide;";
0 commit comments