how can I convert AABB box to OBB box?
The way I store the AABB box is I have 2 vectors, one has the center point and second has the distance to the edge in each direction (x y z) from center.
Source: Windows Questions C++
how can I convert AABB box to OBB box?
The way I store the AABB box is I have 2 vectors, one has the center point and second has the distance to the edge in each direction (x y z) from center.
Source: Windows Questions C++