Skip to content

Add one image particle to circles particles #2575

Closed Locked Answered by matteobruni
navalex asked this question in Q&A
Discussion options

You must be logged in to vote

I didn’t understand what are you trying to achieve.

Anyway, the groups feature is a property of particles where you set names with other particles objects that will override the standard one.

For example if you have particles with move.speed set to 5, you can create a group like this:

speed6: {
    number: {
        value: 1
    },
    move: {
        speed: 6
    }
}

With a group like this you will have a faster particle.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matteobruni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants