Search found 19 matches

by Kande
Wed Oct 27, 2004 10:12 pm
Forum: Off-topic
Topic: Elections aux USA
Replies: 34
Views: 5294

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,...
by Kande
Sun Sep 26, 2004 3:43 pm
Forum: Beginners Help
Topic: event type toggle
Replies: 15
Views: 994

! 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...
by Kande
Sun Sep 26, 2004 1:37 am
Forum: Beginners Help
Topic: event type toggle
Replies: 15
Views: 994

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...
by Kande
Sun Sep 26, 2004 1:24 am
Forum: Off-topic
Topic: School Sucks!
Replies: 25
Views: 3220

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...
by Kande
Sun Sep 26, 2004 1:04 am
Forum: Advanced Help
Topic: Im missing some files to compile
Replies: 13
Views: 990

Niente, thats what a forum is for, isnt it?
by Kande
Sun Sep 26, 2004 1:00 am
Forum: Advanced Help
Topic: Im missing some files to compile
Replies: 13
Views: 990

Well, i hope you have a fast connection :wink:

Good luck!
by Kande
Sun Sep 26, 2004 12:54 am
Forum: Advanced Help
Topic: Im missing some files to compile
Replies: 13
Views: 990

You have to install the directX SDK. It includes all the DX9 Headers. Its somewhere on the Microsoft Homepage and its quiet a big file to download.
by Kande
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: 1584

Ooops... i didnt know that. Well, one thing more i learned.
by Kande
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: 1584

Arghhh...forgot to log in.... that was me.
by Kande
Thu Sep 23, 2004 1:20 pm
Forum: Beginners Help
Topic: Including ODE to Irrlicht.
Replies: 3
Views: 472

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. ...
by Kande
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: 1584

@JWein

Did you check if you have lighting switched of?

Or you switch lighting on and add a light to scene.
by Kande
Thu Sep 23, 2004 1:04 pm
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 497870

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...
by Kande
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: 1584

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)...
by Kande
Mon Sep 20, 2004 8:19 pm
Forum: Off-topic
Topic: Anybody German here?
Replies: 9
Views: 1189

Take a look in the links section, as far as i can remember there you find two german forums about the irrlicht engine. But these forums are not very crowded. I hope this improves.
by Kande
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: 1584

The origin (0,0,0) in gamespace (truespace) is where the green and the blue line of the grid cross each other.