136
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.


























datablock ParticleData(bfgSteamParticle)
{
dragCoefficient = 0;
gravityCoefficient = -1.0;
inheritedVelFactor = 0.0;
constantAcceleration = 0.0;
lifetimeMS = 50;
lifetimeVarianceMS = 10;
textureName = "base/data/particles/cloud";
spinSpeed = 10.0;
spinRandomMin = -500.0;
spinRandomMax = 500.0;
colors[0] = "0.7 0.7 0.7 1";
colors[1] = "0.5 0.5 0.5 0.6";
colors[2] = "0.5 .5 0.5 0";
sizes[0] = 0.3;
sizes[1] = 0.15;
sizes[2] = 0.05;
times[0] = 0.0;
times[1] = 0.2;
times[2] = 0.4;
windCoefficient = 0.0;
useInvAlpha = false;
};
datablock ParticleEmitterData(bfgSteamEmitter)
{
ejectionPeriodMS = 4;
periodVarianceMS = 1;
ejectionVelocity = 20.0;
velocityVariance = 1.0;
ejectionOffset = 0;
thetaMin = 0;
thetaMax = 0;
phiReferenceVel = 0;
phiVariance = 0;
overrideAdvance = false;
particles = "bfgSteamParticle";
uiName = "bfgSteam";
};