Ulli | 17 years ago | 4 comments | 7 likes | 5.2K views
Rauscher, Krista, Janot and 4 others like this!
Ein klasse Effect, fuer 1001 Moeglichkeiten.
Cool! Really great to see how quickly you're putting new effects to good use!
And you can remove the dark outlines of the flowers by adding the "ZWriteEnable = FALSE;" instruction to the FX file:
pass P0
{
ZWriteEnable = FALSE;
VertexShader = compile vs_1_1 VS0();
PixelShader = NULL;
}
michiel, 17 years ago
Another handy effect. Which brings up another question. Is it possible to straighten out the objects to create a motion trail type effect? Start at point A with a small object and move to point B with a larger object and have X amount of copies in between?
kf_daddy, 17 years ago
What you can try is to use the TRAIL LENGTH and TRAIL DENSITY properties of the particle layer.
michiel, 17 years ago