Where is the documentation for setposition etc.??

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
LessonSkipper
Posts: 11
Joined: Sat Jul 30, 2005 10:23 pm

Where is the documentation for setposition etc.??

Post by LessonSkipper »

Hi I couldn't find an answer for this in the forum and the Irrlicht documentation but I was wondering if anyone could tell me how to resize a node?
Where do you find a list of the setsomething functions
eg. you can do this

node->setPosition(vector3df etc. etc);

but how do you find out what all the other

Node->setsomethings

are?
Its just I've imported a model, made a node pointer to it and can only do like three things (from tutorials) to it.
Qwox
Posts: 5
Joined: Fri Jul 29, 2005 6:24 am
Location: Basel, Switzerland

Post by Qwox »

I think you are looking for the ISceneNode Reference. have a look atthis
LessonSkipper
Posts: 11
Joined: Sat Jul 30, 2005 10:23 pm

Post by LessonSkipper »

Thanks for that its got all the stuff I need
I just discovered the index in the Irrlicht documentation (lol) so I should be fine until I come across another basic problem like this

Thank again
Post Reply