particles fonctions ajouter irrlicht.net

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
vdbirrlicht
Posts: 8
Joined: Sun Mar 27, 2005 1:32 pm
Contact:

particles fonctions ajouter irrlicht.net

Post by vdbirrlicht »

hello
tous est dans le titre
voici les deux procedures a faire en vb.net

device.AddRain(Snowtext, New Vector3D(-160, 170, 80), 50, 200, New Vector3D(-0.05F, -0.03F, 0.0F))

device.AddParticles(FireText, New Vector3D(100, 20, 25), New Vector3D(1, 1, 1), New Dimension2D(5, 5), 1)

:shock:
ntitan
Posts: 21
Joined: Tue Mar 22, 2005 2:44 pm

Post by ntitan »

hmm..

I think vdbirrlicht is asking how to make these functions in vb.net.

Anyone know vb.net that can give them some pointers?

there's a translator at http://babel.altavista.com
English->French
vdbirrlicht
Posts: 8
Joined: Sun Mar 27, 2005 1:32 pm
Contact:

Post by vdbirrlicht »

then it I do does they are functions to facilitate the debutants in vb.net
Post Reply