Search found 5 matches

by Netaro
Fri Mar 11, 2011 11:14 pm
Forum: Beginners Help
Topic: How can I resize irrlicht window?
Replies: 15
Views: 11075

How can I resize irrlicht window?

Ok, so here's the problem. I have Irrlicht window (IrrlichtDevice), and I want to resize that window to given height/width, for example to the size of a picture (ITexture, getOriginalSize() ) . How? Looked at documentation, but I was unable to find anything that would help me. Neither was I able to ...
by Netaro
Thu Feb 15, 2007 7:46 pm
Forum: Beginners Help
Topic: How to create a quake model?
Replies: 0
Views: 124

How to create a quake model?

Well, so how can i create a md2 character? Which tools i'll need to create a char from zero? I have downloaded Quake 2 Modeller v0.83, but i really don't know how to make anything in it. So, do you know any tutorials, editors that can be used by complete novice?
by Netaro
Sun Feb 11, 2007 9:04 pm
Forum: Beginners Help
Topic: Problems with fstream library.
Replies: 4
Views: 222

Problems with fstream library.

Hello! Well, i tried to use the fstream library along with the irrlicht to try making some save game function. But, i noticed that there are some problems with the fstream. I included fstream, then i tried to make... ofstream Plik; Plik.open("test.txt"); Plik << "test" << std::en...
by Netaro
Sun Feb 11, 2007 8:43 pm
Forum: Beginners Help
Topic: Problem with setting up Irr on Dev-cpp (or running it).
Replies: 2
Views: 152

I forgot to put the dll in system32 :(
I haven't noticed that. Anyway, thanks for help!
by Netaro
Fri Feb 09, 2007 10:43 pm
Forum: Beginners Help
Topic: Problem with setting up Irr on Dev-cpp (or running it).
Replies: 2
Views: 152

Problem with setting up Irr on Dev-cpp (or running it).

Well, hello! So, i decided to make something more than simple c++ console apps, so i tried using Irrlicht. But, as it is in my custody, i had to screw up something... So, i-> Created a new dev_cpp template for irrlicht, where i put #include<Irr/irrlicht.h>, using namespace..., #pragma comment(lib, &...