View Single Post
Author Message
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 01-20-2021 , 17:09   Vecmins and vecmaxs based on angular rotation
Reply With Quote #1

PHP Code:

GetEntPropVector
(entityProp_Data"m_vecAbsOrigin"Origin);
GetEntPropVector(entityProp_Data"m_vecMins"Mins);
GetEntPropVector(entityProp_Data"m_vecMaxs"Maxs);
GetEntPropVector(entityProp_Data"m_angAbsRotation"Rotation); 
Does someone know how to calculate the new mins and maxs based on entity rotation?
__________________

Last edited by Ilusion9; 01-20-2021 at 17:09.
Ilusion9 is offline