Search found 5 matches

by Firgor
Sun Jul 23, 2006 12:35 pm
Forum: Irrlicht.NET
Topic: FullScreen with Forms
Replies: 6
Views: 3376

Thx again,

i test all parameters at

new IrrlichtDevice(...), but when i maximized the form and show the device i have no fullscreen window :(

I test it again, perhaps i make something wrong. Thanks for help.
by Firgor
Fri Jul 21, 2006 8:36 am
Forum: Irrlicht.NET
Topic: FullScreen with Forms
Replies: 6
Views: 3376

Thx for the answer, but i mean how can i switch Irrlicht to fullscreen? When I set the form to fullscreen i have a normal maximized window. But in combination with Irrlicht i have also a normal maximized window, not a fullscreen DirectX screen. The problem is that i can see the taskbar at the bottem...
by Firgor
Tue Jul 18, 2006 5:54 am
Forum: Irrlicht.NET
Topic: FullScreen with Forms
Replies: 6
Views: 3376

FullScreen with Forms

Hey, i have a question about fullscreen. Can i switch to a fullscreen mode with a form as a render screen and irrlicht .net? Only solution i found is the console application what is not nice. When i used a form and give the handle to Irrlicht i have always a small window. I can set maximize and hide...
by Firgor
Wed Jul 12, 2006 7:19 am
Forum: Irrlicht.NET
Topic: Cumber Syntax in Irrlicht.NET
Replies: 2
Views: 1310

I think

myObject.GetMaterial(0).Color(255, 255, 0, 0);

is very difficult to read, better is

myObject.SetMaterialEmissiveColor (0, new Color(255,255,0));

In the above case you can capsulate the complete code and everybody knows what you want do do (hopefully) :)
by Firgor
Mon Jan 02, 2006 8:35 pm
Forum: Irrlicht.NET
Topic: pure .NET version of engine for download
Replies: 91
Views: 18401

Very nice idea to implement (port) a complete C# engine, i search a lot and i found no engine in C#. Did you Need more help?