Search found 9 matches

by Dodge
Sat Aug 06, 2005 11:30 am
Forum: Beginners Help
Topic: how do i use models from blender in irrlicht
Replies: 3
Views: 259

i belive the problem is just that the programm cant find the file to oben :)

it was my problem too^^

make a test and let the program oben ./file.ext and compil it. the copy the program he irrlicht.dll and the file to open into one dir and it should work ;)


Good Luck

Dodge
by Dodge
Fri Aug 05, 2005 5:07 pm
Forum: Project Announcements
Topic: IrrGame - some helper classes
Replies: 17
Views: 20068

Anonymous wrote:hi
i'm valtovar, i'm colombian and newbie with irrlicht engine, i have been trying to access to the web site but i can't. the error message is 'timed out'
me too -.-
by Dodge
Fri Aug 05, 2005 4:49 pm
Forum: Beginners Help
Topic: mouse keyboard input
Replies: 1
Views: 177

i belive i've found anything helpful :)

http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=45953#45953


but what does the funcions mean?

bool IsKeyDown(int index) == Key is down

bool IsKeyUpDown(int index) == ???

bool IsKeyDownUp(int index) == ???


I hope someone can help
by Dodge
Fri Aug 05, 2005 4:44 pm
Forum: Advanced Help
Topic: two Keyboard keys press
Replies: 10
Views: 827

which funcion means what?

bool IsKeyDown(int index) == Key is down

bool IsKeyUpDown(int index) == ???

bool IsKeyDownUp(int index) == ???


Pls help me :(
by Dodge
Fri Aug 05, 2005 4:04 pm
Forum: Beginners Help
Topic: Do you need to know windows programming for irrlicht?
Replies: 6
Views: 359

Not really :D
by Dodge
Fri Aug 05, 2005 2:48 pm
Forum: Beginners Help
Topic: mouse keyboard input
Replies: 1
Views: 177

mouse keyboard input

hello i have two lil questions 1) how i can get the input of the keyboard for controlling a 2d sprite eg. w = move 10px up a = move 10px right s = move 10px left s = move 10px down can i use the same method like in Tutorial 4 (Movement) ? and the second question 2)how to know if the left/right mouse...
by Dodge
Fri Aug 05, 2005 2:32 pm
Forum: Beginners Help
Topic: String problem
Replies: 4
Views: 253

use

core::stringw str = L"Collision detection example - Irrlicht Engine [";
str += driver->getName();
str += "] FPS:";
str += fps;


then it shold work :D


btw if u using the tutorials then read carfully and no mistakes happen :D
by Dodge
Fri Aug 05, 2005 8:27 am
Forum: Beginners Help
Topic: Can not compile :(
Replies: 1
Views: 153

argh Xd I'm too stupid for this world -.- i've just used use namespace irr; because i misunderstood these sentence "To keep this example simple, we don't want to have to specify the name spaces" i'm german :D and if i not read carefully i make it wrong -_- problem cleard ;) gtw: i've used ...
by Dodge
Fri Aug 05, 2005 7:37 am
Forum: Beginners Help
Topic: Can not compile :(
Replies: 1
Views: 153

Can not compile :(

Hello, today i've found Irrlicht at sourceforge.net. I've tried to make the tutorial 1 (Hello World) but i cannot compile :( here is a screenshot of my VC++(u can see sourcecode and config ;)) (LINK) I have the include and lib path correct. here is the build log(if needed ^^) (LINK) and here the cpp...