proto native bool AddPointToLandMarkDecal | ( | hDecal | lmDecal, |
vector | point, | ||
vector | normal, | ||
float | alpha ) |
add new point to decal, internally, new point is added when previous point is in some distance or the angle is more than some threshold
lmDecal | entity to add new landmark point |
point | contact point |
normal | normal of contact |
alpha | translucency in point |