| proto native hDecal CreateLandMarkDecal | ( | IEntity | entity, |
| vector | origin, | ||
| vector | normal, | ||
| float | edgeSize, | ||
| float | lifeTime, | ||
| string | materialName, | ||
| hDecal | prevDecal, | ||
| float | alpha ) |
Creates continous visual mark, e.g. from wheel when a car is moving on the ground
| entity | entity where the landmark should be created (only terrain is supported ATM) |
| origin | first point of the decal, nothing is done now |
| normal | normal of surface |
| edgesize | Edge size of decal |
| lifetime | Lifetime in seconds |
| materialName | Material used for decal |
| prev | Previous decal, we are connecting to |
| alpha | translucency of point |