Search found 3 matches
- Sat Jul 10, 2004 11:55 am
- Forum: Beginners Help
- Topic: Convert a wchar_t* to char* problem
- Replies: 1
- Views: 342
a string is an array of multiple characters you only get the first character if you try it like you did. if you like to convert these strings you have to do this several times for every letter. string->size() delivers you the length of the string with the help of a for instruction like for(i=0;i<siz...
- Wed Jul 07, 2004 9:22 pm
- Forum: Beginners Help
- Topic: Camera Position Change on Mouse move
- Replies: 2
- Views: 367
- Wed Jun 30, 2004 11:06 pm
- Forum: Beginners Help
- Topic: Camera Position Change on Mouse move
- Replies: 2
- Views: 367
Camera Position Change on Mouse move
Hi,
i would like the camera to move in a circle over a table, when i move the mouse. It should head always the middle of the table. That means it should fly like a circleanimator over the table, but just if i move the mouse left or right. Can sb help me plz?
so long
i would like the camera to move in a circle over a table, when i move the mouse. It should head always the middle of the table. That means it should fly like a circleanimator over the table, but just if i move the mouse left or right. Can sb help me plz?
so long