Quote:
Originally Posted by Exolent[jNr]
No. The origin is in the center of the mins/maxs.
The origin is where those 3 lines intersect.
The blue lines indicate the maxs, and the red lines indicate the mins.
|
So, you are saying that it's irrelevant to use -16 to 16 instead of 0 to 32.
Meaning that:
Code:
entity_set_size(ent, Float:{-16.0, -16.0, 0.0}, Float:{16.0, 16.0, 32.0})
is identical to:
Code:
entity_set_size(ent, Float:{-16.0, -16.0, -16.0}, Float:{16.0, 16.0, 16.0})
__________________