Archive 17/01/2023.

<emittertype value=“Ring” />what mean?and how to has this ring effect?

tianlv777

U64JJ3@GU7Z@P2_VOZ67Y9

tianlv777

SirNate0

You are only emitting 1 particle, so you won’t notice the ring. Set it (Number of Particles) to something like 500 and you’ll see what it actually does.

However, I don’t think Urho is capable of giving you the C (a ring with a cutout) shape vs an O shape (a ring), at least out of the box.

SirNate0

One further comment: I believe the ring itself in your original example is actually a ribbon trail, and that particles are also spawned around it. Which may be fairly doable in vanilla Urho, as long as you don’t need the ring to move around. Or you could just use a fixed model instead of the ribbon trail. Presumably the ring rotates on its axis, which could be done either by animating the texture UVs or by rotating the model.

tianlv777

https://effekseer.github.io/en/contributes/Effekseer01/index.html
This is an example of the original effect. I just want to see if it can be transplanted to Urho.