Search found 3 matches

by Sylar
Wed May 13, 2009 12:34 pm
Forum: Beginners Help
Topic: get the size of a Model and trace from one point to another
Replies: 1
Views: 287

get the size of a Model and trace from one point to another

Okay, after I got the resolution change at runtime and the camera thing to work, I have two new questions: How can I get the position of the 8 corners from an IAnimatedMeshSceneNode bounding box? And how can I trace from one point to another point? E.g I have two points (0|8|0) and (0|-8|0). I want ...
by Sylar
Mon May 11, 2009 5:37 pm
Forum: Beginners Help
Topic: How to change resolution?
Replies: 8
Views: 965

kay thanks for the reply.
Can I (after I re-created the Device), restore my old sceneManger, GUI and so on? Something like:

Code: Select all

device->setGUIEnvironment(&env);
is this possible?
by Sylar
Mon May 11, 2009 9:57 am
Forum: Beginners Help
Topic: How to change resolution?
Replies: 8
Views: 965

How to change resolution?

Hey everyone, is it possible to change the resolution of an irrlichtDevice, without dropping and re-creating the Device? And by the way, how can I create a camera that don't looks the whole time to the 0 Vector? (or any other point). I want that the angels of the camera don't change if I move the ca...