Sorroche, Joe CEI-TACCSF (Sorroche++at++TACCSF.KIRTLAND.AF.MIL)
Wed, 15 Apr 1998 17:01:02 -0600
I'm using PFUSMOKES_MISSILE to draw missile trails, with the
following code:
migs[entity].smoke = pfuNewSmoke();
pfuSmokeOrigin(migs[entity].smoke, model_coord.xyz, 2);
pfuSmokeType(migs[entity].smoke, PFUSMOKE_MISSILE);
pfuSmokeDuration(migs[entity].smoke, 5);
pfuSmokeMode(migs[entity].smoke, PFUSMOKE_START);
It looks like two missiles are fired, one after the other, and the color
is the same as explosions, even when I use pfuSmokeColor. Also, I get a
warning: too many pfuSmokes. Any suggestions? Thanks.
Joe
People;
I'm using PFUSMOKES_MISSILE to draw missile trails, with the following code:
migs[entity].smoke = pfuNewSmoke();
pfuSmokeOrigin(migs[entity].smoke, model_coord.xyz, 2);
pfuSmokeType(migs[entity].smoke, PFUSMOKE_MISSILE);
pfuSmokeDuration(migs[entity].smoke, 5);
pfuSmokeMode(migs[entity].smoke, PFUSMOKE_START);
It looks like two missiles are fired, one after the other, and the color is the same as explosions, even when I use pfuSmokeColor. Also, I get a warning: too many pfuSmokes. Any suggestions? Thanks.
Joe
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:57:15 PDT