Hi, dont know if it was said before, but increasing fog distance crash the volumetric fog when the camera moves and the screen end up completely black. this doesnt happen in small scales. Shouldnt the fog be able to work as expected despite the scale? Is this a bug? Any solutions?
PD: is there any plan to make the light functions work with the volumetric fog?
PD2: It actually work with directional, not with point or other type, have to use the texCoord instead WorldPosition to map the function
Even if that was supported, you wouldnât really get much back. Youâd be stretching the volume texture reeeaaallly far and would lose any/all definition from shadow casters. Only use case of volumetric draw distance of 100,000,000 that I can think of is a planetary-scale game, which UE4 doesnât really support out of the box anyway so youâd likely be looking at a custom solution.
The problem is that you can use the volumetric fog to simulate sun rays trough the clouds. It works perfectly but only in really small scales. There isnt a reason why this shoudnt work on a real scale since the resolution of the shadows and the volumetric fog still the same. Also the draw distance of 100,000,000 is just as an example in an empty scene, unfortunately it breaks much earlier in a standard game scene with lots of assets.
Volumetric fog and DOF seam to create artefacts with translucent materialâŚThe Material: Details panel > Translucency unclick Enable Separate Translucency.doesnât work well, even for a volumetric fog (with transclucent material) âŚWhere we can find very special but interesting artefacts here: (ue4 chalet -raytrracing - YouTube)
It is very important if you could create a small repro project (basically stripping most of the content and using replacements props) and send it using the Bug Submission Form using this link
That is the better way to make the developers aware of the issue.
There seems to be a bug when using world position in a light function in combination with volumetric fog. Notice in the attached images the incorrect masking of the volumetrics. The expected result would be that only the volumetrics below the cube surface are darkened similar to the sides of the cube. The issue is also camera relative, so this masking flies around the scene depending on the camera angle making this combination of features unusable.
To make matters worse there doesnât seem to be a way of disabling the light function just for the volume fog effect. In my usecase (and I imagine for others as well) I wouldnât need that anyway so it seem like a useful optimization to offer that option.
Edit: I submitted a bug report with an example project here on answerhub.
I didn´t find any discussion about theatrical lighting, sorry if there is some.
But my question is:
Is there anyway to make volumetric lights with gobos like in this picture?
I already try in lightfunction material and it works in objects and surface. but not in the air.
I just start on ue4 and Iâm working on my first project, so i want to apply a local volumetric fog, and I already follow the instructions to do it with the ue4.21 version and it worked very well, so now I wanna do this again in the ue4.23 and it doesnât, I donât understand why.
I made the material, I customize it a little, after that I run it through a particle, set the light and the exponentiel fog and it worked. I do all this once again, I read all the volumetric fog ue4 docs, and idonât what I forget.
So, it will be welcome if someone can help me to solve this problem.
My computer run with
-i7 4770
-16GbRAM
-nvidia GeForce GTX 1060 OC
I have a project with Niagara plugin enabled on UE4.22.3 and I am following this tutorial to build a fog particle system. https://www.youtube.com/watch?time_câŚture=emb_title However, I first tried to create the material and apply it to a Niagara particle system, Iâve gotten some errors, so I deleted that particle system from content and project and went back to implementing exactly how itâs done in video with a regular cascade particle system. However, my material is getting errors related to Niagara still, and itâs not rendering properly. Iâve attached a screenshot of the material function and errors. Anything Iâm doing wrong? maybe I should disable Niagara? Iâm using it with another particle system that works fine, so Iâd rather notâŚ
UPDATE: I upgraded the project to 4.231 and I get the error:
UPDATE 2: I disabled the Niagara plugin and the volumetric material now works⌠so Itâs not possible to use volumetric materials with Niagara? Or should I do something different?
Did you ever manage to solve this? Iâm getting a similar error when using objects lighted by channels different than 0 - https://youtu.be/-1FZkZJtIvE
Is it normal for the fog to react this way for objects using any lighting channel combination other than straight Channel 0?
[video]https://i.imgur.com/ZTe0GR0.mp4[/video]
Are you using static, stationary, or movable skylight or directional light (the light thatâs lighting the whole scene)? It appears that using the selection box function, whether to select a character or simply starting to use it, triggers the problem. It could be something in the volumetric fog materialâs settings, such as domain or if itâs not set to per-pixel (default is per-vertex). Post this in AnswerHub and see if you get more knowledgeable replies? In here itâs likely to get ignored.
All my lights are movable. Selecting makes visible the character âselection ringâ (golden circles) thatâs using the lighting channel 1. I can replicate the problem by just adding a mesh in-game and switching the lighting channel 1 on and off.
âAll my lights are movable. Selecting makes visible the character âselection ringâ (golden circles) thatâs using the lighting channel 1. I can replicate the problem by just adding a mesh in-game and switching the lighting channel 1 on and off.â
I have encountered a similar issue where viewing the scene from above it, or at a steep angle to it results in the lighting going super bright, at a gradual rate rather than instantaneously. Iâm wondering if it has something to do with lighting channel 1. Does it need a specific setup before using it? Why would adding a mesh or using channel 1 or not cause the problem or not, respectively. Or is it another one of those âdefies simple logicâ problems that UE4 is infamous for.
Is the scene using an LPV (light propagation volume)?