I have an menu interface for my game, and i wanna ask :
1. how i hide the title bar on my interface window?
2. Is there any way to make my button have a little animation? (ex:fade effect).
3. I make a terrain and 3rd person view camera, like the example in irrlicht. but how can i make "sydney" not walk anymore if she already on the edge of terrain
thank for your attention:)
sorry for my english [/img]
newbie->GUI QUESTION, terrain question,
question #1:
No idea how thats done, if at all, if I'm thinking the same as you.
The main windows window? you and everyone else, try your own mfc app.
question #2:
Hmm well with current GUI... Nope.
but you can create your own skins now easier so I'm told with irr 0.11
Copy the button class add fade effect rename class and add it to your project and then you can do this.
question #3:
if (vector3df != offTHEmap)
{
sydney walk;
}
//obviously thats totally phesudo but you get the idea i hope...
Good Luck!
No idea how thats done, if at all, if I'm thinking the same as you.
The main windows window? you and everyone else, try your own mfc app.
question #2:
Hmm well with current GUI... Nope.
but you can create your own skins now easier so I'm told with irr 0.11
Copy the button class add fade effect rename class and add it to your project and then you can do this.
question #3:
if (vector3df != offTHEmap)
{
sydney walk;
}
//obviously thats totally phesudo but you get the idea i hope...
Good Luck!
I've been scanning the board and found this in the tools section.
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=6980
that should help with question #1 I hope.
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=6980
that should help with question #1 I hope.
thak's all, for your answer:)
i will try it.
i have another question, i have a character that i made with milkshape,
and i transfer it into md2 file. when i load it with my 3rd person code, the
character walk not normal, i mean if i push forward the character will move forward but with her left body (character face to right, but it's still move forward), i try this to with .ms3d and .x file format.
can somebody help me?
i will try it.
i have another question, i have a character that i made with milkshape,
and i transfer it into md2 file. when i load it with my 3rd person code, the
character walk not normal, i mean if i push forward the character will move forward but with her left body (character face to right, but it's still move forward), i try this to with .ms3d and .x file format.
can somebody help me?
bil':)