Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi Solver Boundary Box
#1
Pregunta 
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.
Reply
#2
(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?
Reply
#3
(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.
Reply
#4
You can get it like this:

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

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