Search found 15 matches

by wiznitch
Fri Apr 27, 2007 11:43 pm
Forum: Beginners Help
Topic: boolkey?
Replies: 1
Views: 109

boolkey?

lol someone recommended that i use the boolkey event instead of the onevent class, what does boolkey do, and how can i use it, ive searched it on the forums, and i couldnt find anything that helped me figure out what it was
by wiznitch
Thu Apr 26, 2007 1:41 am
Forum: Beginners Help
Topic: terrain + node problem
Replies: 4
Views: 287

im pretty sure that it has something to do with the collision detection part, although i am not completely sure, still getting used to the features =p. if you can help, thanks
by wiznitch
Thu Apr 26, 2007 1:40 am
Forum: Beginners Help
Topic: terrain + node problem
Replies: 4
Views: 287

ok here goes #include <irrlicht.h> #include <iostream> using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; using namespace std; #ifdef _IRR_WINDOWS_ #pragma comment(lib, "Irrlicht.lib") #endif int x = 0; int y = ...
by wiznitch
Tue Apr 24, 2007 11:05 pm
Forum: Beginners Help
Topic: terrain + node problem
Replies: 4
Views: 287

terrain + node problem

for some reason, my character vibrates up and down when it is going down a terrain, im not entirely sure why, because i dont have a vector or anything pulling it down. can anyone explain why this is happening, and how to fix it. (i think its something wrong with my collision detection, but idk how i...
by wiznitch
Tue Apr 24, 2007 12:40 am
Forum: Beginners Help
Topic: movement
Replies: 13
Views: 897

and it does :lol:
by wiznitch
Tue Apr 24, 2007 12:39 am
Forum: Beginners Help
Topic: third person camera & 3ds support
Replies: 1
Views: 290

third person camera & 3ds support

i need help because my friend made a 3d terrain in 3ds max but i cant figure out how to make it show up in irrlicht.
also, i want to know how to make a third person camera, ive tried but it wont follow the player evenly when the player is walking on a terrain
by wiznitch
Sat Apr 21, 2007 2:45 pm
Forum: Beginners Help
Topic: movement
Replies: 13
Views: 897

nevermind, i kind of get what you are saying, that should work too :D
by wiznitch
Sat Apr 21, 2007 2:36 pm
Forum: Beginners Help
Topic: movement
Replies: 13
Views: 897

no but i mean, i want it to loop, but it only does the first frame of the animation when you hold the key down how can i prevent that?
and also when i let go of the key it returns to the stand position?
by wiznitch
Sat Apr 21, 2007 2:25 pm
Forum: Beginners Help
Topic: movement
Replies: 13
Views: 897

one more thing

i figured out how to make it so when the key is down it runs, but the animation restarts every loop, any way to fix that? and also how can i turn it back to the stand animation
by wiznitch
Sat Apr 21, 2007 2:08 pm
Forum: Beginners Help
Topic: movement
Replies: 13
Views: 897

wow thanks that really helped :)
by wiznitch
Sat Apr 21, 2007 1:46 pm
Forum: Beginners Help
Topic: movement
Replies: 13
Views: 897

#include <irrlicht.h> #include <iostream> using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; using namespace std; /* To be able to use the Irrlicht.DLL file, we need to link with the Irrlicht.lib. We could set this optio...
by wiznitch
Sat Apr 21, 2007 3:04 am
Forum: Beginners Help
Topic: movement
Replies: 13
Views: 897

movement

i cant seem to get it so when you press a key, any movement goes on
all ive done is mixed two of the tutorials together(movement,and hello world) any suggestions on how to fix this, and what might be the shortest solution?
by wiznitch
Fri Apr 13, 2007 2:18 am
Forum: Beginners Help
Topic: help with scale and positioning
Replies: 1
Views: 170

help with scale and positioning

im having 2 pretty big problems. one is that i cant make the terrain match the size of the node, mainly because i dont know what the parameters do in the TerrainNode definition, and also is there any way to change the scale of an animated mesh
by wiznitch
Tue Apr 03, 2007 12:52 am
Forum: Beginners Help
Topic: Linker Error
Replies: 7
Views: 234

basically what i have is i got devc++, and its right on the c drive, in its folder is the design environment application(i guess thats the dev executable file), which is where i put the dll file, but its still giving me the same error as grove, and im still not sure what goes on
by wiznitch
Mon Apr 02, 2007 11:13 pm
Forum: Beginners Help
Topic: Linker Error
Replies: 7
Views: 234

im coming across the same problem, and im pretty sure the dll file is inside my exe folder, at least its inside my IDE folder if thats the same place, if not, how else can i fix this problem also