camera's co-ordinates

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
LordBob

camera's co-ordinates

Post by LordBob »

Hi everybody,
I try to modify the source of the tutorial n°3, i want to draw on the window the coordinates of the camera, but i don't know, how can i do that... Somebody can help me please?
Bob (a French user of Irrlicht :wink:)
schick
Posts: 230
Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:

Post by schick »

Please send me an e-mail instead of a private message.
LordBob

Post by LordBob »

i have a problem with 'stringstream', me and my compiler don't know what is it !!!
schick
Posts: 230
Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:

Post by schick »

hehe, me and my comiler knows

just include #include <sstream>
Please send me an e-mail instead of a private message.
LordBob

Post by LordBob »

i'm sorry but i have a problem with this line:

stringstream sstr << cam_pos.X << "-" << cam_pos.Y << "-" << cam_pos.Z;

my compiler don't compile, it say: "missing ";" before "<<"
but when i remove this line, no problem !!!

can you help again, please?
LordBob

Post by LordBob »

can you help me* again, please?
LordBob

Post by LordBob »

or can you write quickly the completly source code? :roll: :oops: :?:
Post Reply