I would like to place the decal on a set position...I know this can be done by setting the hit parameters...but I guess I am missing something...

I thought something like this would work

Code:
CONTACT* c = ent_getvertex(Head,NULL,2305);
vec_set(hit.x,c.x);
vec_set(hit.nx,c.nx);
hit.model = NULL;
PARTICLE* p = ent_decal(Head,eyebrow,1000,hit.nx);



any pointers ?

Last edited by lostzac; 03/14/13 07:20.

John C Leutz II