Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2D Mode failure
#5
(07-11-2017, 02:33 PM)josemendez Wrote: Unity won't let you use 2D mode in any other plane but XY, so I see little use for it.

Anyway, you can set the solver to simulate in local space, and then rotate the entire simulation space to whatever orientation you need. However this may be a bit hacky for your purposes. To do it:

- Parent your emitter(s) under the ObiSolver transform.
- Enable "simulate in local space" in the solver.
- Rotate the solver to orient the simulation to any plane you wish (doesn't even t need to be aligned to the world's axis).
- Optional: you might want to rotate the gravity direction accordingly, as it is still expressed in world space.

Hi,

I have tried it and no success. The flow seperates into two from the middle and it doesn't interact with the solid objects.
Reply


Messages In This Thread
2D Mode failure - by mimarilker - 07-11-2017, 08:38 AM
RE: 2D Mode failure - by josemendez - 07-11-2017, 12:31 PM
RE: 2D Mode failure - by mimarilker - 07-11-2017, 01:27 PM
RE: 2D Mode failure - by josemendez - 07-11-2017, 02:33 PM
RE: 2D Mode failure - by mimarilker - 08-11-2017, 11:16 AM
RE: 2D Mode failure - by josemendez - 08-11-2017, 01:14 PM
RE: 2D Mode failure - by mimarilker - 08-11-2017, 05:16 PM
RE: 2D Mode failure - by josemendez - 08-11-2017, 06:14 PM
RE: 2D Mode failure - by mimarilker - 08-11-2017, 07:28 PM
RE: 2D Mode failure - by josemendez - 09-11-2017, 09:39 AM