Search found 9 matches
- Wed Mar 05, 2008 7:04 pm
- Forum: Beginners Help
- Topic: basic problems
- Replies: 8
- Views: 714
- Wed Mar 05, 2008 6:47 pm
- Forum: Beginners Help
- Topic: basic problems
- Replies: 8
- Views: 714
- Wed Mar 05, 2008 5:18 pm
- Forum: Beginners Help
- Topic: basic problems
- Replies: 8
- Views: 714
- Wed Mar 05, 2008 4:48 pm
- Forum: Beginners Help
- Topic: basic problems
- Replies: 8
- Views: 714
- Wed Mar 05, 2008 4:32 pm
- Forum: Beginners Help
- Topic: basic problems
- Replies: 8
- Views: 714
basic problems
hi,
i m new to irrlicht. i want to implement a small skybox with stars and i want to get an input from the user to end the programm. according to a tutorial from the site i've implemented this:
#include <irrlicht.h>
#include <stdio.h>
#include <wchar.h>
using namespace irr;
using namespace core ...
i m new to irrlicht. i want to implement a small skybox with stars and i want to get an input from the user to end the programm. according to a tutorial from the site i've implemented this:
#include <irrlicht.h>
#include <stdio.h>
#include <wchar.h>
using namespace irr;
using namespace core ...
- Sat Jan 05, 2008 12:14 pm
- Forum: Beginners Help
- Topic: ISceneManager
- Replies: 9
- Views: 519
- Fri Jan 04, 2008 10:24 pm
- Forum: Beginners Help
- Topic: ISceneManager
- Replies: 9
- Views: 519
- Fri Jan 04, 2008 9:29 pm
- Forum: Beginners Help
- Topic: ISceneManager
- Replies: 9
- Views: 519
edit:
ok i corrected the line:
it looks like this... but it is still not working
same error
ok i corrected the line:
Code: Select all
ISceneManager* smgr = device->getSceneManager();
- Fri Jan 04, 2008 9:29 pm
- Forum: Beginners Help
- Topic: ISceneManager
- Replies: 9
- Views: 519
ISceneManager
hi there,
i ve started programming a game with an own engine but.... well i hate the code i hate everything on it... SO i decided to try irrlicht. the first tutorial is great, but it doesn't work!
i ve added paths to libs and includes, added everything and everywhere, but ms visual c++ 2005 says ...
i ve started programming a game with an own engine but.... well i hate the code i hate everything on it... SO i decided to try irrlicht. the first tutorial is great, but it doesn't work!
i ve added paths to libs and includes, added everything and everywhere, but ms visual c++ 2005 says ...