Search found 8 matches

by Nachtwind
Sun Jun 11, 2006 1:34 pm
Forum: Irrlicht.NET
Topic: HUD
Replies: 3
Views: 1558

Well, for not to open a new Thread for a single question (and as it is realted to this somehow) i just wanted to ask if there is a way of making it possible that the camera does see the whole scene and not only things in a radius of xyz units? I experimented with severa things but didnt find a good ...
by Nachtwind
Sun Jun 11, 2006 8:35 am
Forum: Beginners Help
Topic: Irrlicht.NET is cross-platform?
Replies: 2
Views: 283

If at all (never tested it)you might run it with the MONO Framework.
by Nachtwind
Sat Jun 10, 2006 9:02 pm
Forum: Code Snippets
Topic: (C#) #Develop2 Irrlicht Project Template
Replies: 0
Views: 2028

(C#) #Develop2 Irrlicht Project Template

Put the follwing code in a file called "Irrlicht.xpt" and put it into: "[SDroot]/2.0/data/templates/project/csharp" <?xml version="1.0"?> <Template originator = "Nachtwind" created = "06/10/2006" lastModified = "06/10/2006"> <!-- Template H...
by Nachtwind
Sat Jun 10, 2006 10:08 am
Forum: Irrlicht.NET
Topic: SkyBox with generated pictures
Replies: 3
Views: 1397

uffz, both seems quite - hard to do. But i think i will simply save some temporary files. this wont be the fastest way, but it doesnt matter for it only has to be done while the scene is loading anyway. thank you :0)
by Nachtwind
Fri Jun 09, 2006 6:39 pm
Forum: Irrlicht.NET
Topic: SkyBox with generated pictures
Replies: 3
Views: 1397

SkyBox with generated pictures

Excuse the next newbie question please. Is it possible to define a skybox with pictures that are generated in runtime without saving them first?
by Nachtwind
Fri Jun 09, 2006 2:42 pm
Forum: Irrlicht.NET
Topic: HUD
Replies: 3
Views: 1558

Thank you :0)
Next time i will look into the Tutorials more closely ^ ^
by Nachtwind
Wed Jun 07, 2006 8:05 am
Forum: Irrlicht.NET
Topic: HUD
Replies: 3
Views: 1558

HUD

Hi!
Is there some sample available for a simple HUD system? Somehow i dont understand how to draw 2d on the screen and put variables out..
by Nachtwind
Wed Mar 01, 2006 8:02 am
Forum: Irrlicht.NET
Topic: How to enumerate possible Resolutio?
Replies: 2
Views: 1209

How to enumerate possible Resolutio?

Is it somehow possible to enumerate all possible combinations of resolutions and their corresponding color depth? (C#)