Author Topic: How Many Colors For A Particle?  (Read 991 times)

Hi how many colors is it possible for a particle to have cause i have 10 and i dont see all of them. and i used the avatar colours RGB

i can only have about 4-5

Up to 4 only, like so:

Code: [Select]
colors[0] = R G B T;
colors[1] = R G B T;
colors[2] = R G B T;
colors[3] = R G B T;

dam is there any way to get more?

Can't you just set times[4], sizes[4] and colors[4]?

Set times[4] to a number between 0 and 1 (making sure they go in sequence, and are not equal to each other, as it changes at these fractions of the lifetime) then sizes[4]/colors[4] as you normally would.

i did but it seems i only get 4 colours

Can't you just set times[4], sizes[4] and colors[4]?

Set times[4] to a number between 0 and 1 (making sure they go in sequence, and are not equal to each other, as it changes at these fractions of the lifetime) then sizes[4]/colors[4] as you normally would.
Yeah, Torque only handles up to 4 steps unfortunately.