I think i have had to Case breaks right. Im soo desperated, i dont have a clue :cry:
Well, if theres still someones who are willed to help still, then heres the code for moving class thing if it would help...
class myEventReceiver : public IEventReceiver
{
public:
virtual bool OnEvent(SEvent ...
Search found 14 matches
- Wed Feb 07, 2007 2:29 pm
- Forum: Beginners Help
- Topic: Trying to get a node moving...
- Replies: 12
- Views: 822
- Tue Feb 06, 2007 7:31 pm
- Forum: Beginners Help
- Topic: Trying to get a node moving...
- Replies: 12
- Views: 822
- Tue Feb 06, 2007 7:13 pm
- Forum: Beginners Help
- Topic: Trying to get a node moving...
- Replies: 12
- Views: 822
I guess i talked too soon. Got it work now, but i only can move forward & backward. I type :
"v.X += event.KeyInput.Key == KEY_KEY_W ? 2.0f : -2.0f;" for those and the same style for left and right, but i dont know how i should replace those 2.0f and -2.0f. I've tried like 0,0-2.0f and stuff but ...
"v.X += event.KeyInput.Key == KEY_KEY_W ? 2.0f : -2.0f;" for those and the same style for left and right, but i dont know how i should replace those 2.0f and -2.0f. I've tried like 0,0-2.0f and stuff but ...
- Tue Feb 06, 2007 4:15 pm
- Forum: Beginners Help
- Topic: Trying to get a node moving...
- Replies: 12
- Views: 822
- Tue Feb 06, 2007 4:07 pm
- Forum: Beginners Help
- Topic: Trying to get a node moving...
- Replies: 12
- Views: 822
- Tue Feb 06, 2007 3:54 pm
- Forum: Beginners Help
- Topic: Trying to get a node moving...
- Replies: 12
- Views: 822
Trying to get a node moving...
New problem. Have tried to solve few days... Well anyway i have tried to get my node to move when i press 'W'. Nothing happens when i press it. Code...:
#include <iostream>
#include "C:/irrlicht-1.2/irrlicht-1.2/include/irrlicht.h"
using namespace std;
using namespace irr;
using namespace video ...
#include <iostream>
#include "C:/irrlicht-1.2/irrlicht-1.2/include/irrlicht.h"
using namespace std;
using namespace irr;
using namespace video ...
- Mon Feb 05, 2007 7:26 pm
- Forum: Off-topic
- Topic: How do you do...
- Replies: 1
- Views: 420
How do you do...
How do you do your models for your games? What program are you using, i mean. And how do you do your textures, any good tips?
As a noob, it would be good know some tips especially for textures. When i use mapping with 3DS Max, i get cool result, but when i load it with Irrlicht, it looks like bunch ...
As a noob, it would be good know some tips especially for textures. When i use mapping with 3DS Max, i get cool result, but when i load it with Irrlicht, it looks like bunch ...
- Sat Feb 03, 2007 8:42 pm
- Forum: Beginners Help
- Topic: Cant open .irr file...
- Replies: 5
- Views: 404
- Sat Feb 03, 2007 3:30 pm
- Forum: Beginners Help
- Topic: Cant open .irr file...
- Replies: 5
- Views: 404
- Sat Feb 03, 2007 1:54 pm
- Forum: Beginners Help
- Topic: Cant open .irr file...
- Replies: 5
- Views: 404
Cant open .irr file...
If i use Direct3D, then i get next error:
"Could not load shader fucntion D3DXAssembler from dll, shaders disabled: d3dx9_28.dll"
Any way of fixing this?
Theres two errors, so heres the second:
"Could not load mesh, file format seems to be unsupported: C:/Test.irr"
But i thought that Irrlicht ...
"Could not load shader fucntion D3DXAssembler from dll, shaders disabled: d3dx9_28.dll"
Any way of fixing this?
Theres two errors, so heres the second:
"Could not load mesh, file format seems to be unsupported: C:/Test.irr"
But i thought that Irrlicht ...
- Fri Feb 02, 2007 6:26 pm
- Forum: Beginners Help
- Topic: Some noobie questions 'bout maps and character :D
- Replies: 6
- Views: 445
Sry for double post
I got a NEW problem. The problem is that my character is not "full". Let the picture speak for itself:
http://img240.imageshack.us/my.php?image=picgk0.jpg
The left arm is missing and boots are missing too. What could be wrong? I have no clue, noob i am.
http://img240.imageshack.us/my.php?image=picgk0.jpg
The left arm is missing and boots are missing too. What could be wrong? I have no clue, noob i am.
- Fri Feb 02, 2007 3:54 pm
- Forum: Beginners Help
- Topic: Some noobie questions 'bout maps and character :D
- Replies: 6
- Views: 445
- Fri Feb 02, 2007 2:22 pm
- Forum: Beginners Help
- Topic: Some noobie questions 'bout maps and character :D
- Replies: 6
- Views: 445
- Fri Feb 02, 2007 12:40 pm
- Forum: Beginners Help
- Topic: Some noobie questions 'bout maps and character :D
- Replies: 6
- Views: 445
Some noobie questions 'bout maps and character :D
Im very new to Irrlicht, i guess you can see that :D Well anyway i would like to ask about files called .max. I use 3D Studio Max to model everything and now that i have made the first tutorial for Irrlicht (which was pretty easy 8)), i would like to know is it possible to load .max files with ...