Search found 37 matches

by the_bob
Fri Dec 23, 2005 4:18 am
Forum: Irrlicht.NET
Topic: .NET example #2
Replies: 11
Views: 4641

c# examples

I did this example so I could better learn Irrlicht myself. I've been pretty busy with Christmas coming up, but Zitzu seems to be on a roll getting through the rest of the examples. Unfortunately, it's not possible to do example 3 yet because the .NET interface isn't quite complete yet. However, I s...
by the_bob
Fri Dec 16, 2005 3:58 am
Forum: Irrlicht.NET
Topic: Tutorial 4: movement
Replies: 7
Views: 4170

No problem!

I don't mind at all. I'm happy to see that someone else might be just as new to this stuff as me. Maybe if we get this stuff posted, and Niko puts the .NET examples into the next SDK release, more .NET developers will become interested. The more devs that get involved, the richer the community exper...
by the_bob
Fri Dec 16, 2005 3:45 am
Forum: Irrlicht.NET
Topic: Irrlicht.NET compiling under .NET 2.0 framework
Replies: 4
Views: 1757

just a noob

I'm just a beginner with Irrlicht, but a problem I ran across was that I didn't include the Irrlicht.dll file in my executable folder.
by the_bob
Thu Dec 15, 2005 4:12 am
Forum: Irrlicht.NET
Topic: Custom Scene Nodes
Replies: 2
Views: 1205

Good Question...

ISceneNode seems to be a bit lacking in the .NET version. I started trying to convert example 3 from c++ to c#, but ran into some issues with the constructor of the custom ISceneNode.

If anyone knows a workaround, I would love to finish my conversion of Example #3 and share it with all.
by the_bob
Thu Dec 15, 2005 4:06 am
Forum: Irrlicht.NET
Topic: Where's the tutorials?
Replies: 1
Views: 1170

Examples & Tutorials...

I'm starting to get familiar with Irrlicht myself (because of the .NET stuff), and it looks like there is only Example1 supplied with the SDK. For my own learning purposes, I'm starting to try converting the C++ examples to C#. I have already posted a C# version of example 2 ( http://irrlicht.source...
by the_bob
Sun Dec 11, 2005 2:29 am
Forum: Irrlicht.NET
Topic: .NET example #2
Replies: 11
Views: 4641

Example 2 source

OK, well, nobody really responded, but here's the source anyway. I'll probably go through all the examples I can just to get familiar with Irrlicht. If anyone wants me to continue posting the code here or some other place, let me know. I'd be happy to share. /* This Tutorial shows how to load a Quak...
by the_bob
Fri Dec 09, 2005 6:55 pm
Forum: Irrlicht.NET
Topic: .NET example #2
Replies: 11
Views: 4641

.NET example #2

When I went through example 1 in C#, I was impressed. I looked for more, but only found C++. So, I went ahead and converted example 2 to c#, and have a VS.NET 8 project working for that example. I tried to keep everything as similar as possible to the c++ version. One of the things I ran into is tha...