Page 1 of 1

Hello

Posted: Wed Mar 11, 2015 11:30 am
by yuninsik
Hello,
I'm a Korean programmer and I'm studying irrlicht.
I'm sending this mail to ask something.
Please open the attached screen shot image first.
Should I do scaling since I see the x file?
I'm working on 3D RPG.
I'll look forward to hearing from you.
Thank you.

http://cfile233.uf.daum.net/image/21038 ... 26FA0D404D

Re: Hello

Posted: Wed Mar 11, 2015 11:39 am
by CuteAlien
Hi yuninsik, I see the screenshot, but I don't understand what your question does mean.

Re: Hello

Posted: Fri Mar 13, 2015 11:12 am
by yuninsik
CuteAlien wrote:Hi yuninsik, I see the screenshot, but I don't understand what your question does mean.
Well..I will show you again the screenshot. After, please ask for me

http://cfile208.uf.daum.net/image/266A6 ... 709A1A8B1B

Re: Hello

Posted: Fri Mar 13, 2015 11:26 am
by CuteAlien
I don't know what you expect to see. You have to describe your error.

Re: Hello

Posted: Fri Mar 13, 2015 12:23 pm
by yuninsik
CuteAlien wrote:I don't know what you expect to see. You have to describe your error.
Hello! I'm a Korean Programmer.
I want to place the Zero that a character of the Megaman on the map.
So I tried that, but some error is occurred. Please see attatched screenshot.

http://cfile208.uf.daum.net/image/266A6 ... 709A1A8B1B

It is used in 'Irrlicht Engine'.

Should I scale the ZERO's Xfile?
I don't know how I scale in Irrlicht Engine.
That is my question.

Re: Hello

Posted: Fri Mar 13, 2015 12:38 pm
by CuteAlien
yuninsik wrote:So I tried that, but some error is occurred.
Yeah - but _what_ is your error? Is the character too large?
yuninsik wrote: Should I scale the ZERO's Xfile?
I don't know how I scale in Irrlicht Engine.
That is my question.
You scale nodes with ISceneNode::setScale: http://irrlicht.sourceforge.net/docu/cl ... 9fa943b0e2
Or if you watch the characters in the meshviewer then there are scale buttons.
You can also scale meshes instead of models using the IMeshManipulator::scale function: http://irrlicht.sourceforge.net/docu/cl ... 531186b7e4
You get the meshmanipulator from the scenemanager.

Please start by reading the examples - once you understand them it's easier to learn working with Irrlicht.