Search found 4 matches

by MatKieng
Sun Jan 04, 2004 2:39 am
Forum: Beginners Help
Topic: Quake3 level, model
Replies: 5
Views: 843

Thanks so much, I'll try!
by MatKieng
Thu Jan 01, 2004 4:59 pm
Forum: Beginners Help
Topic: Quake3 level, model
Replies: 5
Views: 843

Quake3 level, model

Does anyone know about an editor that can create Quake3 level and model that we can use with the Irrlicht engine? Furthermore, freeware is best, thank you.
by MatKieng
Wed Dec 31, 2003 5:51 pm
Forum: Beginners Help
Topic: Different beetween DirectX and OpenGL
Replies: 5
Views: 1476

Different beetween DirectX and OpenGL

Hi everybody, I run the techdemo, first I select DirectX to render, and after that I select OpenGL. The color in the scene are very different each time. Do anybody have the situation like me?
by MatKieng
Tue Dec 30, 2003 9:56 am
Forum: Beginners Help
Topic: Hiding the console?
Replies: 14
Views: 1542

My way to hide the cosole is pretty easy. First of all, create a new project, select the template as Win32Application (not Win32 console). And then, add new source file, just place

#include <Irrlicht.h>
#include <windows.h>

//Another statement, using namaspace for example

int WINAPI WinMain ...