Search found 19 matches
- Wed Oct 27, 2004 10:12 pm
- Forum: Off-topic
- Topic: Elections aux USA
- Replies: 34
- Views: 5931
Yeah, there are better places to discuss political stuff here. But now, that so many people wrote i put a note here as well. I guess in america its not different from all over the world, first they tell you that they will make goldnuggets rain from the sky and then it only rains poop. Some are more,...
- Sun Sep 26, 2004 3:43 pm
- Forum: Beginners Help
- Topic: event type toggle
- Replies: 15
- Views: 1109
! in c/c++ is the negation operator. This means if Mouse1 is true !Mouse1 is false. Thats why Mouse1 = !Mouse1; just changes the value to its opposite. But i wasnt sure if irrlicht is sending the event in every cycle as long as the mouse button is pressed. In this case it wouldnt have worked. But it...
- Sun Sep 26, 2004 1:37 am
- Forum: Beginners Help
- Topic: event type toggle
- Replies: 15
- Views: 1109
First of all..... to be honest.... i dont really know what you want. But i guess it. So, you want Mouse1 which is boolean to change its value between true and false, everytime you press the mouse button..... thats what i guess you want. The solution would be, without testing it (in Germany now its 3...
- Sun Sep 26, 2004 1:24 am
- Forum: Off-topic
- Topic: School Sucks!
- Replies: 25
- Views: 3751
Well, that example with the italian lady is really not a good one. Think about you work in a corporation where noone speaks japanese :shock: and the boss of the japanese publisher calls you and unfortunately nobody in the firm knows japanese. Or what if somebody from anywhere else calls and only tal...
- Sun Sep 26, 2004 1:04 am
- Forum: Advanced Help
- Topic: Im missing some files to compile
- Replies: 13
- Views: 1174
- Sun Sep 26, 2004 1:00 am
- Forum: Advanced Help
- Topic: Im missing some files to compile
- Replies: 13
- Views: 1174
- Sun Sep 26, 2004 12:54 am
- Forum: Advanced Help
- Topic: Im missing some files to compile
- Replies: 13
- Views: 1174
- Fri Sep 24, 2004 2:22 pm
- Forum: Beginners Help
- Topic: how to place a camera in the centre of a map
- Replies: 19
- Views: 1946
- Thu Sep 23, 2004 5:35 pm
- Forum: Beginners Help
- Topic: how to place a camera in the centre of a map
- Replies: 19
- Views: 1946
- Thu Sep 23, 2004 1:20 pm
- Forum: Beginners Help
- Topic: Including ODE to Irrlicht.
- Replies: 3
- Views: 521
Including ODE to Irrlicht.
Hi, this is not an irrlicht specific question but i guess it fits here anyways. I wanted to implement some ode physics like it is shown in the tutorial in the tutorial section. But i have a problem, everytime when a object collides with another the nearCollisionCallback() Function is called by ode. ...
- Thu Sep 23, 2004 1:06 pm
- Forum: Beginners Help
- Topic: how to place a camera in the centre of a map
- Replies: 19
- Views: 1946
- Thu Sep 23, 2004 1:04 pm
- Forum: Off-topic
- Topic: Who is everybody?
- Replies: 358
- Views: 509307
Hi, Name: Senol Kandemir Country: Germany City: Mannheim Age: 30 Favourite Football Club: 1.FC Kaiserslautern (They had better times though) Favourite Dish: Döner and Pizza Favourite Hobby: Sleeping I started programming on the Amiga..... cant really remember when it was but since then some time pas...
- Wed Sep 22, 2004 5:21 pm
- Forum: Beginners Help
- Topic: how to place a camera in the centre of a map
- Replies: 19
- Views: 1946
I saw that you move your camera to (0,0,-1) this means, that the y Coordinate is still 0. I can see that your level is really in the origin (0,0,0) what means, that the floor of the object is (0,0,0). It looks like, that your camera is in the floor of the object. Try to place your camera at (0,10,0)...
- Mon Sep 20, 2004 8:19 pm
- Forum: Off-topic
- Topic: Anybody German here?
- Replies: 9
- Views: 1345
- Mon Sep 20, 2004 8:04 pm
- Forum: Beginners Help
- Topic: how to place a camera in the centre of a map
- Replies: 19
- Views: 1946