Search found 9 matches

by Counterfeit
Sat Jun 10, 2006 12:21 am
Forum: Irrlicht.NET
Topic: .NET fonts
Replies: 7
Views: 1749

Hi,
mhh sorry but I dont know why it looks so curious. :(
by Counterfeit
Thu Jun 08, 2006 9:01 pm
Forum: Irrlicht.NET
Topic: HUD
Replies: 3
Views: 1564

Hi,
take a look at this tutorial:
http://www.irrforge.org/index.php/CS_Tutorial_6
by Counterfeit
Thu Jun 08, 2006 8:58 pm
Forum: Irrlicht.NET
Topic: .NET fonts
Replies: 7
Views: 1749

Can you post a image from your "crap" font?
by Counterfeit
Thu Jun 08, 2006 8:57 pm
Forum: Irrlicht.NET
Topic: Delphi.NET examples...
Replies: 3
Views: 1457

Hi,
sorry I am only a C# programmer ;) but I can say that the camera control is hard coded in the engine. I dont know if you have a little C++ experience, but look at the C++ Examples I have learn much from them.
by Counterfeit
Wed Jun 07, 2006 6:17 am
Forum: Irrlicht.NET
Topic: Strange looking graphic
Replies: 7
Views: 1763

Hi,
yes that is the "problem". I must convert all graphics with the formats you post? I have many little graphics and all graphics I must edit. Or is that wrong?
by Counterfeit
Tue Jun 06, 2006 10:02 pm
Forum: Irrlicht.NET
Topic: Strange looking graphic
Replies: 7
Views: 1763

Hi,
thanks now it works but can´t I simulate the 1024x512 because it looks so daft. I must convert all of my graphics to this format? Thats horrible. Then I work rather with the software renderer it works wonderful too ;)
by Counterfeit
Tue Jun 06, 2006 2:02 pm
Forum: Irrlicht.NET
Topic: Strange looking graphic
Replies: 7
Views: 1763

Hi i disable the mip-maps creation, but it looks like the same. How you mean that "make sure your image is a power of two wide and tall"?
by Counterfeit
Tue Jun 06, 2006 2:49 am
Forum: Irrlicht.NET
Topic: Strange looking graphic
Replies: 7
Views: 1763

Strange looking graphic

Hi, I´m working on a litte Game in Irrlicht.NET and for my background I use a selfmade graphic ( Good looking ). But when I use this in the engine it looks very strange ( Strange huh? ). It only show the "correct" image with the software renderer and apfelbaum. Have anybody a resolution? O...
by Counterfeit
Tue Jun 06, 2006 2:41 am
Forum: Irrlicht.NET
Topic: .NET fonts
Replies: 7
Views: 1749

Hi, "To make the font a little bit nicer, we load an external font and set it as new font in the skin. An at last, we create a nice Irrlicht Engine logo in the top left corner." IGUISkin skin = env.Skin; IGUIFont font = env.GetFont(path + "fonthaettenschweiler.bmp"); if (font != ...