Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Color
#6
(16-05-2022, 05:01 PM)Domtav Wrote: Yes yes, I know, the fluid is "strange", but unfortunately, after several hours of trying to make a real fluid that does not look like a jet of lumps, I gave up.

Using a particle-based engine (which discretizes fluid as small ellipsoidal particles) to simulate a thin, long, continuous fluid jet is going to be challenging for obvious reasons: increasing fluid resolution will allow the jet to be thinner (since particles are smaller), but will also make it more prone to gaps in the flow (because well, particles are smaller!) as well as decrease performance (because you need more particles to simulate the same volume of fluid).

An eulerian approach would be much better suited to this use case, imho.

(16-05-2022, 05:01 PM)Domtav Wrote: NB : check the option vulkan settings srgb write mode change nothing.

Based on your screenshots, this looks like a lighting issue, not really related to color space. The gamma curve for both screenshots seems identical, but the fluid seems unlit in the standalone one. So far I haven't been to reproduce anything similar, tried both on Mac and Windows using the same settings you shared.

Only potential culprit that I can think of right now is that you're using different render pipeline settings for standalone and editor. Check that the pipeline asset you're using in the Quality for standalone builds in PC,Mac&Linux is the intended one:


[Image: 3MuKleA.png]

If this isn't the cause either, would it be possible for you to send the project to support(at)virtualmethodstudio.com so that I can take a closer look? thanks!
Reply


Messages In This Thread
Color - by Domtav - 08-05-2022, 05:38 PM
RE: Color - by josemendez - 10-05-2022, 09:36 AM
RE: Color - by Domtav - 14-05-2022, 03:02 PM
RE: Color - by josemendez - 16-05-2022, 10:23 AM
RE: Color - by Domtav - 16-05-2022, 05:01 PM
RE: Color - by josemendez - 17-05-2022, 08:20 AM
RE: Color - by Domtav - 19-05-2022, 09:56 AM
RE: Color - by josemendez - 19-05-2022, 10:36 AM
RE: Color - by Domtav - 19-05-2022, 01:25 PM
RE: Color - by josemendez - 20-05-2022, 08:40 AM
RE: Color - by Domtav - 29-05-2022, 02:56 PM
RE: Color - by josemendez - 30-05-2022, 07:36 AM
RE: Color - by Domtav - 30-05-2022, 09:24 AM