Search found 14 matches

by NextDesign
Sun Jul 23, 2006 3:32 pm
Forum: Beginners Help
Topic: Howto add support of joystick/gamepad.
Replies: 6
Views: 875

Fice wrote:Is there any way to have fullscreen mode and joystick support?
Yes, change this variable to true:

Code: Select all

param.Fullscreen = false;
by NextDesign
Sun Jul 23, 2006 1:46 pm
Forum: Beginners Help
Topic: Problem with multiple source and header files
Replies: 16
Views: 819

Yes I know people won't make the game for me. I asked this question because I didn't know how to fix it.

Last question, In my header file what would I put in?

Code: Select all

void terrain(IrrlichtDevice *device, IVideoDriver *driver, ISceneManager *smgr);
?

Thanks.
by NextDesign
Sun Jul 23, 2006 1:12 am
Forum: Beginners Help
Topic: Problem with multiple source and header files
Replies: 16
Views: 819

This is the beginner forum. And as it says on the front page:
If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
by NextDesign
Sun Jul 23, 2006 12:33 am
Forum: Beginners Help
Topic: Problem with multiple source and header files
Replies: 16
Views: 819

Anyone know? Im still stuck. Can someone help me please?
by NextDesign
Sat Jul 22, 2006 10:08 pm
Forum: Game Programming
Topic: maya mb support in irredit?
Replies: 7
Views: 2412

No he can't. .mb files are proprietary. You could ask for an .fbx importer though.
by NextDesign
Sat Jul 15, 2006 4:21 am
Forum: Beginners Help
Topic: Problem with multiple source and header files
Replies: 16
Views: 819

How do I do that?
by NextDesign
Fri Jul 14, 2006 11:13 pm
Forum: Beginners Help
Topic: Problem with multiple source and header files
Replies: 16
Views: 819

Ok, so I re-coded the program, this time just with A basic scene. My main is as follows: #include "include.h" int main() { IrrlichtDevice *device = createDevice(EDT_SOFTWARE, dimension2d<s32>(512, 384), 16, false, false, false, 0); IVideoDriver* driver = device->getVideoDriver(); ISceneMan...
by NextDesign
Thu Jul 13, 2006 1:10 am
Forum: Beginners Help
Topic: Including files in C#?
Replies: 2
Views: 175

Thank you very much mate!
by NextDesign
Thu Jul 13, 2006 12:25 am
Forum: Beginners Help
Topic: Problem with multiple source and header files
Replies: 16
Views: 819

The debugger isnt working for some reason. That is why I posted here. Maybe I should have stated that earlier.
by NextDesign
Wed Jul 12, 2006 5:40 pm
Forum: Beginners Help
Topic: Including files in C#?
Replies: 2
Views: 175

Including files in C#?

Is there an equivalent to #include in C#?

Help would be greatly appreciated!
by NextDesign
Wed Jul 12, 2006 4:07 pm
Forum: Beginners Help
Topic: Problem with multiple source and header files
Replies: 16
Views: 819

Nope, that didnt work. Im still getting the exception.
by NextDesign
Tue Jul 11, 2006 11:02 pm
Forum: Beginners Help
Topic: Problem with multiple source and header files
Replies: 16
Views: 819

Problem with multiple source and header files

Hi, So Im working on the terrain tutorial, and I am now expanding it into a game. So I broke the camera code into another .cpp file, and included a header that has all of my includes in it. The program compiles just fine, but when I run the program, I get an unhandled exception error. Could someone ...
by NextDesign
Wed Mar 22, 2006 12:28 am
Forum: Beginners Help
Topic: C# Vectors
Replies: 4
Views: 266

thank you so much!
by NextDesign
Tue Mar 21, 2006 1:27 pm
Forum: Beginners Help
Topic: C# Vectors
Replies: 4
Views: 266

Ok so I inputed that code and now I get these errors.
The type 'irr.video.SColorf' has no constructors defined
No overload for method 'AddLightSceneNode' takes '3' arguments