xForm.setColor(Math.random());
xForm.setColorSymmetry(Math.random());
XFormTransformService.scale(xForm, 1.0, true, true);
if (i == posx.length - 1) {
if (Math.random() < 0.5) {
xForm.addVariation(0.5, VariationFuncList.getVariationFuncInstance("linear3D", true));
XFormTransformService.rotate(xForm, 5.0 - 10.0 * Math.random());
XFormTransformService.localTranslate(xForm, 0.1 - 0.2 * Math.random(), 0.1 - 0.2 * Math.random());
XFormTransformService.scale(xForm, 1.0 - 0.1 * Math.random(), Math.random() < 0.75, Math.random() > 0.25);
}
String fncName = ExperimentalSimpleRandomFlameGenerator.FNCLST_EXPERIMENTAL[(int) (Math.random() * ExperimentalSimpleRandomFlameGenerator.FNCLST_EXPERIMENTAL.length)];