48796
Forum Games / Re: What is the person above you avatar saying?
« on: April 13, 2008, 08:33:44 AM »
I suck at dancing
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
*dances* *slips* Ow (repeat)
Dude. No, just no. This is just garbage.I think you're paranoid
datablock ParticleData(DSmileyBallTrailParticle)
{
dragCoefficient = 0.0;
windCoefficient = 0.0;
gravityCoefficient = 0.0;
inheritedVelFactor = 0.0;
constantAcceleration = 0.0;
lifetimeMS = 100;
lifetimeVarianceMS = 0;
spinSpeed = 0.0;
spinRandomMin = 0.0;
spinRandomMax = 0.0;
useInvAlpha = true;
animateTexture = false;
//framesPerSec = 1;
textureName = "base/data/particles/dot";
//animTexName = " ";
// Interpolation variables
colors[0] = "0.0 0.0 0.0 1.0";
sizes[0] = 0.35;
times[0] = 0.5;
};
datablock ParticleEmitterData(DSmileyBallTrailEmitter)
{
ejectionPeriodMS = 1;
periodVarianceMS = 0;
ejectionVelocity = 0; //0.25;
velocityVariance = 0; //0.10;
ejectionOffset = 0;
thetaMin = 80.0;
thetaMax = 90.0;
particles = DSmileyBallTrailParticle;
};