Hello

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
yuninsik
Posts: 6
Joined: Wed Mar 11, 2015 11:22 am

Hello

Post 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
Last edited by yuninsik on Wed Mar 11, 2015 12:00 pm, edited 1 time in total.
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Hello

Post by CuteAlien »

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
yuninsik
Posts: 6
Joined: Wed Mar 11, 2015 11:22 am

Re: Hello

Post 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
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Hello

Post by CuteAlien »

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
yuninsik
Posts: 6
Joined: Wed Mar 11, 2015 11:22 am

Re: Hello

Post 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.
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Hello

Post 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.
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
Post Reply