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
Hello
Re: Hello
Hi yuninsik, I see the screenshot, but I don't understand what your question does mean.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Hello
Well..I will show you again the screenshot. After, please ask for meCuteAlien wrote:Hi yuninsik, I see the screenshot, but I don't understand what your question does mean.
http://cfile208.uf.daum.net/image/266A6 ... 709A1A8B1B
Re: Hello
I don't know what you expect to see. You have to describe your error.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Hello
Hello! I'm a Korean Programmer.CuteAlien wrote:I don't know what you expect to see. You have to describe your error.
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
Yeah - but _what_ is your error? Is the character too large?yuninsik wrote:So I tried that, but some error is occurred.
You scale nodes with ISceneNode::setScale: http://irrlicht.sourceforge.net/docu/cl ... 9fa943b0e2yuninsik wrote: Should I scale the ZERO's Xfile?
I don't know how I scale in Irrlicht Engine.
That is my question.
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.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm