Search found 7 matches

by fronald
Thu Dec 29, 2016 10:29 pm
Forum: Beginners Help
Topic: Simple explosion with particles
Replies: 4
Views: 737

Re: Simple explosion with particles

Thank you! Works perfect.

Code: Select all

 
this->explosionParticleEmitter->setMaxParticlesPerSecond(0); // Stop emission
 
by fronald
Thu Dec 29, 2016 5:06 pm
Forum: Beginners Help
Topic: Simple explosion with particles
Replies: 4
Views: 737

Re: Simple explosion with particles

Nice. But... How stop emitter? Sorry by the question but i not found a method called stop or anyhng like it.
by fronald
Thu Dec 29, 2016 6:51 am
Forum: Beginners Help
Topic: Simple explosion with particles
Replies: 4
Views: 737

Simple explosion with particles

Hi guys,

I need of a simple explosion effect, like a simple emitter with one single shot of some particles.
I'm trying do it creating emitter and delete one second after, but the particles disappear abruptely.

Anyone know how do it?

Thanks,
by fronald
Fri Nov 20, 2015 10:12 pm
Forum: Everything 2d/3d Graphics
Topic: 2D Graphics Over 3D meshes
Replies: 7
Views: 4848

Re: 2D Graphics Over 3D meshes

You can create your own node, say for instance, a node that drew a couple rectangles over each node it is attached to. Being careful, you can draw this node the same size on all the distances, or even better, create a node with a list of special nodes that builds a mesh like the one i've described ...
by fronald
Fri Nov 20, 2015 2:11 pm
Forum: Everything 2d/3d Graphics
Topic: 2D Graphics Over 3D meshes
Replies: 7
Views: 4848

2D Graphics Over 3D meshes

Hi guys,

In my game i need draw an 2D hp bar over all 3D meshes in scene. But when i call videoDriver->draw2DImage, the image appear on background. Is any way to draw over meshes? Like layers?

Thank you,
by fronald
Fri Nov 20, 2015 2:05 pm
Forum: Everything 2d/3d Graphics
Topic: Animated Collada Support
Replies: 2
Views: 3465

Re: Animated Collada Support

Thank you. At moment i can work on my game without this. But, as I am learning more about the inside of the irrlicht, I will implement it.
by fronald
Sun Nov 15, 2015 4:20 am
Forum: Everything 2d/3d Graphics
Topic: Animated Collada Support
Replies: 2
Views: 3465

Animated Collada Support

Hi guys! Before to make this post, i searched the forum about Collada animated meshes and i find one post from 2007. Any news about collada animated support? I'm working with irrlicht now and if collada animated support has not been developed, after i gain experience, maybe i can help to do so. Rega...