Search found 39 matches

by mmh771
Sun May 07, 2006 10:17 pm
Forum: Beginners Help
Topic: NEED help in how to move an object above a terrain!
Replies: 6
Views: 381

So, all what you are doing here is defining 2 animators: First, a fly straight animator to make the node moves from a point to another. Second, a collision point, so if the node colides with the terrain during the flying animation, it will just go up and down the terrains, is that right? (Define a p...
by mmh771
Sun May 07, 2006 7:39 pm
Forum: Beginners Help
Topic: NEED help in how to move an object above a terrain!
Replies: 6
Views: 381

No, sorry, its not working! ...

The IAnimatedSceneNode is stand still not movig ... i played with the node's position to place it just aboe the terrain, but still that is not working yet! ...

Please and please ... i need a full code! ... just to copy it and paste it! please!
by mmh771
Sun May 07, 2006 5:46 pm
Forum: Beginners Help
Topic: NEED help in how to move an object above a terrain!
Replies: 6
Views: 381

NEED help in how to move an object above a terrain!

would ANYONE please post a code how to move ANY NODE above a terrain!

Just load any terrain you like, and import Sydney Model, and just tell me hot to make Sydney moves above the terrain lets say from the upper left corner of the terrain to the lower right corner! ... PLEASE!
by mmh771
Sun May 07, 2006 7:23 am
Forum: Beginners Help
Topic: How can i make a SceneNode moves above a Terrain!
Replies: 6
Views: 302

MoonShine721,
Will i still be able to use the "iGroundPos" even if i am not using an Irrlicht Terrain! .... as i said above the terrain i am using is actually my3d object ... built with 3Dmax ....

and would you PLEASE post some code just to explian the use of that function (iGroundPos )
by mmh771
Sat May 06, 2006 8:55 pm
Forum: Beginners Help
Topic: How can i make a SceneNode moves above a Terrain!
Replies: 6
Views: 302

Am not talking about a pyhsics here ... i just want to know how to move a box over a terrain ....
by mmh771
Sat May 06, 2006 7:28 pm
Forum: Beginners Help
Topic: How can i make a SceneNode moves above a Terrain!
Replies: 6
Views: 302

How can i make a SceneNode moves above a Terrain!

I've created a terrain object and a car object using 3dMax, and converted them into my3d, and load them separately in Irrlicht Scene. The car named: carNode, and the terrain named: terrainNode, and also created a FPS camera in Irrlicht named: cameraNode. Now the cameraNode collide with both terrianN...
by mmh771
Sat May 06, 2006 6:28 pm
Forum: Beginners Help
Topic: Very basic steps for developing your Very first My3D object
Replies: 3
Views: 247

Very basic steps for developing your Very first My3D object

To Newbies, just like me , here are the very basic steps into developing your Very first Irrlicht Scene, using My3d: 1. Build any scene you want using 3D Max (Version 5, 6, 7 or 8 ) 2. Go to the my3d exporter that comes with the Irrlich SDK(in simpler words ... Irrlicht Folder) and then copy the &qu...
by mmh771
Sat May 06, 2006 6:26 pm
Forum: Beginners Help
Topic: Is there any free application to export .my3d scenes?
Replies: 7
Views: 242

Very basic steps for developing your Very first My3D object

To Newbies, just like me , here are the very basic steps into developing your Very first Irrlicht Scene, using My3d: 1. Build any scene you want using 3D Max (Version 5, 6, 7 or 8). 2. Go to the my3d exporter that comes with the Irrlich SDK(in simpler words ... Irrlicht Folder) and then copy the &qu...
by mmh771
Sat May 06, 2006 4:18 pm
Forum: Beginners Help
Topic: Very simple question!
Replies: 5
Views: 163

Many Thanks to $L!M and Mr.haHn ...

Guys .. you are great :)
by mmh771
Sat May 06, 2006 4:10 pm
Forum: Beginners Help
Topic: Very simple question!
Replies: 5
Views: 163

Then why not do everything on 3dMax and then covert it!

So, so far i've reach to this conclusion: to model EVERYTHING using 3d Max, since its one of the best modeling application ever made ... and then convert all the objects(Terrain, Characters, Trees, Sky, Birds .. etc) to *.my3d, and then just import it into Irrlicht to use it ... would that work 100%...
by mmh771
Sat May 06, 2006 3:36 pm
Forum: Beginners Help
Topic: Very simple question!
Replies: 5
Views: 163

Very simple question!

Is it possible to collision detection with *.my3d object loaded in the Irrlicht Scene? ..
by mmh771
Sat May 06, 2006 11:17 am
Forum: Beginners Help
Topic: Is there any free application to export .my3d scenes?
Replies: 7
Views: 242

[Solved] : what to do with the dle files!

I've solved it .. thanx for your help
by mmh771
Sat May 06, 2006 10:46 am
Forum: Beginners Help
Topic: Is there any free application to export .my3d scenes?
Replies: 7
Views: 242

what to do with the dle files!

I am totally new to exporting and such alike! ... so would you give me a hind how to use Irrlicht 3d max exporter! ...

How to use it? .. and where?!

there are three files . dle .. what should i do with them!

suppose my 3dmax scene is named xxx.max

Thanks for your help!
by mmh771
Sat May 06, 2006 9:52 am
Forum: Beginners Help
Topic: Is there any free application to export .my3d scenes?
Replies: 7
Views: 242

Is there any free application to export .my3d scenes?

Now after i've built my scene into 3dMax 8, i want to save it as myScene.my3d, so i can import it into Irrlicht! ...

but the only application i found it gile[s], which is not free!.. so is there anyother application that do the job.. for free?

Thanx
by mmh771
Fri May 05, 2006 12:25 pm
Forum: Beginners Help
Topic: I need to collision detection with IAnimatedMeshSceneNode!
Replies: 5
Views: 265

Thanx very much .. for both LiM and Hybrid ...
the collision detection between the Camera and IAnimatedMeshSceneNode now works 100% ...