Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2D Mode failure
#4
(07-11-2017, 01:27 PM)mimarilker Wrote: Yes , I exactly mean the same thing. So, is there any workaround to run simulation in other planes. I really need this, since 3D mode gives inappropriate results for me. Thanks a lot.

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.
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