Search found 17 matches
- Fri Aug 24, 2007 10:48 pm
- Forum: Project Announcements
- Topic: Myhtorgia
- Replies: 95
- Views: 25635
- Fri Aug 24, 2007 10:17 pm
- Forum: Beginners Help
- Topic: Learning - The order of things
- Replies: 1
- Views: 287
Learning - The order of things
Hiya,
I am new to both Irrlicht and C++ and was wondering if maybe I am making things harder than they should be by trying to make games and such (using Irrlicht) without a deep understanding of C++. I can program in PHP (similar in syntax to C++) and Delphi so I am not new to the concepts of ...
I am new to both Irrlicht and C++ and was wondering if maybe I am making things harder than they should be by trying to make games and such (using Irrlicht) without a deep understanding of C++. I can program in PHP (similar in syntax to C++) and Delphi so I am not new to the concepts of ...
- Fri Aug 24, 2007 10:11 pm
- Forum: Beginners Help
- Topic: FPS Camera to "mounted" on a node
- Replies: 2
- Views: 268
- Fri Aug 24, 2007 9:29 pm
- Forum: Beginners Help
- Topic: Newton tutorial not working (private datamember)
- Replies: 3
- Views: 413
- Fri Aug 24, 2007 8:30 pm
- Forum: Beginners Help
- Topic: Trying the Quake Map Tutorial and its crashing
- Replies: 9
- Views: 515
- Fri Aug 24, 2007 7:50 pm
- Forum: Beginners Help
- Topic: FPS Camera to "mounted" on a node
- Replies: 2
- Views: 268
FPS Camera to "mounted" on a node
Hiya,
I wasn't sure the best way to explain this, but I want to do an FPS but it will also be a multiplayer, that means that the FPSCamera will in effect need a skin (player body) so that other players will see you running around. What I want to do is position the FPSCamera kind of within that ...
I wasn't sure the best way to explain this, but I want to do an FPS but it will also be a multiplayer, that means that the FPSCamera will in effect need a skin (player body) so that other players will see you running around. What I want to do is position the FPSCamera kind of within that ...
- Fri Aug 24, 2007 5:18 pm
- Forum: Beginners Help
- Topic: Trying the Quake Map Tutorial and its crashing
- Replies: 9
- Views: 515
- Fri Aug 24, 2007 5:08 pm
- Forum: Beginners Help
- Topic: My Collision Problem
- Replies: 8
- Views: 843
Just a little bit off topic, but still some good general advice.
Learn at least some basic coding techniques. I am very new to C++, in fact I have merely printed something to a screen before starting on Irrlicht (3 days ago), but my experience in other languages gives me the grasp on what I want ...
Learn at least some basic coding techniques. I am very new to C++, in fact I have merely printed something to a screen before starting on Irrlicht (3 days ago), but my experience in other languages gives me the grasp on what I want ...
- Thu Aug 23, 2007 9:27 pm
- Forum: Beginners Help
- Topic: Moving the camera using W, S, D, A
- Replies: 6
- Views: 799
- Thu Aug 23, 2007 8:29 pm
- Forum: Beginners Help
- Topic: Moving the camera using W, S, D, A
- Replies: 6
- Views: 799
- Thu Aug 23, 2007 7:50 pm
- Forum: Beginners Help
- Topic: Moving the camera using W, S, D, A
- Replies: 6
- Views: 799
Moving the camera using W, S, D, A
Hiya,
Is there any tutorials on moving the FPS camera using different keys? I have gone through the movement tut but that only seems to work with other nodes and not the FPS one, am I wrong?
Is there any tutorials on moving the FPS camera using different keys? I have gone through the movement tut but that only seems to work with other nodes and not the FPS one, am I wrong?
- Tue Aug 21, 2007 9:58 pm
- Forum: Beginners Help
- Topic: Trying the Quake Map Tutorial and its crashing
- Replies: 9
- Views: 515
- Tue Aug 21, 2007 7:37 pm
- Forum: Beginners Help
- Topic: Trying the Quake Map Tutorial and its crashing
- Replies: 9
- Views: 515
Well I have managed to pin point the cause of the problem and now everything works fine, but I have the mouse in the middle of my screen
, this line:
Any ideas why this would cause a crash?
Code: Select all
device -> getCursorControl() -> setVisible(false);- Mon Aug 20, 2007 11:20 pm
- Forum: Beginners Help
- Topic: Trying the Quake Map Tutorial and its crashing
- Replies: 9
- Views: 515
Trying the Quake Map Tutorial and its crashing
Hiya,
I have tried the tutorial and it compiles and starts loading and crashes with the normal windows error (the send error report one). It crashed after the line "needed 36ms to create OctTree SceneNode".
Has anyone else had this problem? I have tried copy and pasting the code from the tutorial ...
I have tried the tutorial and it compiles and starts loading and crashes with the normal windows error (the send error report one). It crashed after the line "needed 36ms to create OctTree SceneNode".
Has anyone else had this problem? I have tried copy and pasting the code from the tutorial ...
- Mon Aug 20, 2007 9:43 pm
- Forum: Beginners Help
- Topic: New Install and Hello World tutorial compile error
- Replies: 3
- Views: 471