Is there a tutorials where I can set up a project in VC++.Net 2003 for IRRLICHT?...
Make a new Win32 Project, on more options click "Empty Project". Make a new file, like main.cpp, then just put #include <irrlicht.h> and
#pragma comment(lib, "Irrlicht.lib")
Then in the solution explorer, right ...
Search found 2 matches
- Thu Sep 16, 2004 2:46 pm
- Forum: Beginners Help
- Topic: VC++.NET Help
- Replies: 3
- Views: 454
- Mon Sep 13, 2004 7:32 pm
- Forum: Beginners Help
- Topic: Terrain rendering
- Replies: 5
- Views: 815
Terrain rendering
Ok before people dig into me: I did use the search function, but I think I may need a little more hand holding than what is currently posted.
I am looking just to render some terrain, and I can make it appear on screen using a greyscale bmp file for my data. I still am, even after reading the ...
I am looking just to render some terrain, and I can make it appear on screen using a greyscale bmp file for my data. I still am, even after reading the ...