You're right shame on me...
I'll create a NobpnParticuleRingEmitter...
See you nearly I think !
Search found 7 matches
- Tue Jul 04, 2006 1:57 pm
- Forum: Beginners Help
- Topic: selector viewer by IParticleSystemSceneNode
- Replies: 8
- Views: 271
- Tue Jul 04, 2006 12:30 pm
- Forum: Beginners Help
- Topic: selector viewer by IParticleSystemSceneNode
- Replies: 8
- Views: 271
- Wed Jun 28, 2006 5:46 pm
- Forum: Beginners Help
- Topic: selector viewer by IParticleSystemSceneNode
- Replies: 8
- Views: 271
- Wed Jun 28, 2006 4:38 pm
- Forum: Beginners Help
- Topic: selector viewer by IParticleSystemSceneNode
- Replies: 8
- Views: 271
selector viewer by IParticleSystemSceneNode
Hello all... I'm back to ask you some questions about IParticleSystemSceneNode. I want to make a "selector viewer" to show to the user what's node is selected. More simple : when I click on a fairie node, I want to draw a fire circle around her legs. How can i do that with the less memory ...
- Sat Jun 24, 2006 9:32 am
- Forum: Beginners Help
- Topic: FPS Camera don't stop !!!
- Replies: 5
- Views: 341
OK!!!!!!!!!!!!!!!!!!!!!!
I did this now :
Now my camera stop alright !!!
Thanks to all !
bye!
I did this now :
Code: Select all
SEvent event;
event.EventType = EET_KEY_INPUT_EVENT;
event.KeyInput.Key = KEY_UP;
event.KeyInput.PressedDown = false;
Camera->OnEvent(event);
Thanks to all !
bye!
- Sat Jun 24, 2006 8:44 am
- Forum: Beginners Help
- Topic: FPS Camera don't stop !!!
- Replies: 5
- Views: 341
- Tue Jun 20, 2006 4:39 pm
- Forum: Beginners Help
- Topic: FPS Camera don't stop !!!
- Replies: 5
- Views: 341
FPS Camera don't stop !!!
Hello, I'm a frenchie guy so my english... I have a little probleme with the fps camera, - when the buttons of the mouse are released, i want to click the buttons, scrool the bars... - when right button is pressed, i want to control my camera. To do that i write : else if (event.EventType == EET_MOU...