ent_nextvertex

Posted By: Der_Kekser

ent_nextvertex - 06/28/09 15:23

Hi, is there a way to use ent_nextvertex for models or is this only for terrain. Or is there another way to get a vertex number from a vector.
Posted By: Tobias

Re: ent_nextvertex - 06/28/09 16:52

Only for terrain. For models, you must use c_trace to hit the model with a ray, then you can get the vertex next to the hit point.
Posted By: Der_Kekser

Re: ent_nextvertex - 06/28/09 17:54

oh thx it works
© 2024 lite-C Forums