Obi Official Forum

Full Version: Obi Solver Boundary Box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to take "obi solver" in used based "Oni" type in boundary box values (size,center).
i want to create new box collider with use boundary box values.
(25-03-2021, 06:28 PM)zasox Wrote: [ -> ]How to take "obi solver" in used based "Oni" type in boundary box values (size,center).
i want to create new box collider with use boundary box values.

Hi there,

I don't understand your question, sorry Triste . Do you mean how to get the solver's bounding box?
(25-03-2021, 07:13 PM)josemendez Wrote: [ -> ]Hi there,

I don't understand your question, sorry  Triste . Do you mean how to get the solver's bounding box?
yes i mean it solver's bounding box.Sorry for technical term confusion.
You can get it like this:

Code:
var b = solver.Bounds;
(26-03-2021, 09:38 AM)josemendez Wrote: [ -> ]You can get it like this:

Code:
var b = solver.Bounds;
thank you Sonrisa Sonrisa Sonrisa