rendering bounding boxes Created 5 years ago2018-10-06 05:17:36 UTC by tschumann tschumann

Created 5 years ago2018-10-06 05:17:36 UTC by tschumann tschumann

Posted 5 years ago2018-10-06 05:17:36 UTC Post #340994
Is there a way to show an entity's bounding box client side? I mean the bounding box from setting UTIL_SetSize too as I've tried using the TriAPI on an entity's mins and maxs but that doesn't seem to work (it renders but I'm not seeing a bounding box that looks like it matches what was passed to UTIL_SetSize).
Posted 5 years ago2018-10-14 01:41:51 UTC Post #341033
Where do the values passed to UTIL_SetSize actually get stored? Is it anywhere in entvars_t?
Posted 5 years ago2018-10-14 10:45:03 UTC Post #341037
It sets entvars_t members mins, maxs and size.
Posted 5 years ago2018-10-16 11:08:15 UTC Post #341049
Ah, size must be what I want.
I'm working on the client and size doesn't seem to be in entity_state_t
You must be logged in to post a response.