Try off Screen Space Reflection in post process.
Sometimes material using screen space for effects and you see seams when used camera 360.
sometimes it is very difficult to do this if the material shader uses screen space.
Yes, Tell me in which version of the engine do you work?
I have already seen such a problem. This problem occurs when working with the engine from Epic Games Launcher.
Do you have the option to install the engine from the source files of UE, GitHub?
Hair Physics works in version 4.26.0. Unfortunately physics doesn’t work in 4.26.1 yet.
Solution:
You need to download the source codes UE4.26.0 via Epic Games. You need to have a GitHub account for download source code
Hi,
i am trying your plugin with Ue5. i made copy and paste of the folder camera360 from Ue4 to the content folder of my Ue5 project.
i dont have any of this BP in Ue5 : camera_point 360. camera_rec360 and camera_point2d.
do you have any idea ?
Hi!
Yes, you need create project in UE4.26, and convert to UE5 and check. If you convert UE4.27 to UE5 (actors not support and not working) → Incompatibility of version 4.27 and UE5.
I’m having some issues with the some of the textures in my level when the Camera_Rec_360 and Camera_point_360 actors are present.
When I first load the project and level, the textures on many of the static meshes in the level are frozen at a lower mip (they appear pixilated and blurry).
When the Camera_Rec_360 and Camera_point_360 actors are not present in the level, the textures load fine.
I suspect that something having to do with my project settings and/or the SceneCapture2D and Render Targets used in the Camera 360 blueprints may be causing this.
Does anyone know of a command to force-reload all textures to the highest resolution? Or is there any way to configure the Camera 360 blueprints so that they don’t block other textures from loading?
I have noticed the error in both UE 4.26 and 4.27.
Thank you ! works great.
i have another question.
Lumen work with the camera you suggested ( camera_point2d and camera_rec2d) but is it possible to render with the sequencer then ?
I’m using this plugin at work to render an interior 360 / Mono / Raytracing. The interior is quite dark in some corners and I need Raytracing GI to get into those corners to light them up a bit.
The problem is - it seems:
r.GlobalIllumination.Denoiser.TemporalAccumulation - this doesn’t seem to work right?
Sadly this is possibly the only way for me to get the GI flicker free, since I have already increased the samples to high amounts and even those don’t fix the issue, while producing crazy rendertimes.
Am I doing something wrong here or is it correct that the Denoiser and Temporal Accumulation isn’t working?