Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Build doesn't match editor look
#7
(05-09-2022, 04:31 PM)josemendez Wrote: The FluidShader is, as the name implies, used to render fluid. It cannot be used in a ObiParticleRenderer, you can only use particle shaders there. It's kinda like using a bloom shader to render the surface of an object, it doesn't make much sense since they're designed for different purposes.

FluidShader is used internally by the ObiFluidRenderer component to render the fluid, you don't need to do anything to use it or place it anywhere. See:

http://obi.virtualmethodstudio.com/manua...ering.html
http://obi.virtualmethodstudio.com/manua...ering.html


Particle and fluid rendering are two completely different things, the patch I provided doesn't contain any changes to particle rendering. It will continue to work as it did.

Got it, thank you for clarifying that. After replacing the files with the patched version on the link and after adding the cubemap to the FluidRenderer component, I'm getting a different result than before on the build but still not the same as in the editor.

Editor left, build right:

.png   PatchEditor.png (Size: 113.36 KB / Downloads: 16)    

Do you know what might be causing that difference? Here are the emitter and fluid settings:

       

Thanks!
Reply


Messages In This Thread
Build doesn't match editor look - by asama - 04-09-2022, 08:05 PM
RE: Build doesn't match editor look - by asama - 05-09-2022, 03:15 PM
RE: Build doesn't match editor look - by asama - 05-09-2022, 04:19 PM
RE: Build doesn't match editor look - by asama - 05-09-2022, 09:18 PM
RE: Build doesn't match editor look - by asama - 06-09-2022, 09:27 AM
RE: Build doesn't match editor look - by asama - 07-09-2022, 02:34 PM