Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I am using Irrlicht and need to learn IrrEdit now, but I find only 3 simple tutorial about IrrEdit. Is there any more document like manual or tutorial? I got little bit confused while trying to use it, here comes my question: *> Does IrrEdit mostly used to make package with meshes and information about mesh, and is not used for modelling? *> Every object in IrrEdit hava got a name, does this mean I can retrieve them in Irrlicht by the name? |
||||
|
Yes, right, irredit is just a world editor. The meshes should be created in another program like blender or max. About the name of the object: Yes, right, just use ISceneNode::getName(). |
||||
|
[quote=3]Yes, right, irredit is just a world editor. The meshes should be created in another program like blender or max. About the name of the object: Yes, right, just use ISceneNode::getName().[/quote] Thanks for your reply. However, I am still looking forward detailed manual or tutorial. The texture coordination still makes me confused. |
||||
|
|