Search found 7 matches

by bigbear
Wed Oct 10, 2007 2:31 am
Forum: Beginners Help
Topic: How to moving on terrain
Replies: 3
Views: 321

Oh no, it not meaning that. But now, I can do it. Thank you anyway. :D
by bigbear
Wed Oct 10, 2007 2:05 am
Forum: Beginners Help
Topic: Moving character
Replies: 3
Views: 359

Please try this code: // create triangle selector for the terrain scene::ITriangleSelector* selector = smgr->createTerrainTriangleSelector(terrain, 0); terrain->setTriangleSelector(selector); selector->drop(); scene::IAnimatedMeshSceneNode* Character = smgr->addAnimatedMeshSceneNode(smgr->getMesh(&q...
by bigbear
Tue Oct 09, 2007 3:32 am
Forum: Beginners Help
Topic: How to moving on terrain
Replies: 3
Views: 321

How to moving on terrain

Hi all,

Please help me. I want my character auto moving on terrain, but I don't know the way to do this. Please help me or give me an example to do this.

Thanks for reading.

Big Bear.
by bigbear
Fri Sep 21, 2007 3:31 am
Forum: Beginners Help
Topic: How to create the explosion effect?
Replies: 3
Views: 537

How to create the explosion effect?

Hi, I'm making a game people shooter. But I don't know how to create effect explosion when hit the target.Please help me! Thanks.
by bigbear
Thu Sep 06, 2007 1:08 am
Forum: Beginners Help
Topic: Guide to write a game 3D.Help me!
Replies: 10
Views: 738

@all: thanks for giving me a lot of good ideas. I will try to search about that.
by bigbear
Wed Sep 05, 2007 10:19 am
Forum: Beginners Help
Topic: Guide to write a game 3D.Help me!
Replies: 10
Views: 738

Re: Guide to write a game 3D.Help me!

If someone shares his code with you then it's not YOUR game. :wink: You may take it as a reference but not copy and paste. I know that :) , if you have, please share for me, i will take it as a reference. I only need a very very simple game. To JP: I had do it, but it only show a character and not ...
by bigbear
Wed Sep 05, 2007 8:43 am
Forum: Beginners Help
Topic: Guide to write a game 3D.Help me!
Replies: 10
Views: 738

Guide to write a game 3D.Help me!

Hi all,
I am a newbie. Please help me how to write a game 3D by using Irrlicht Engine. If you have a simple code, please share for me. Thanks a lot!