Search found 5 matches

by afharris_83
Tue Oct 24, 2006 4:31 pm
Forum: Irrlicht.NET
Topic: Cant get demo 1 (hello world) to work(VB.NET)
Replies: 4
Views: 2189

Hard to say; have you included a reference to the correct DLL in your project? Have you copied the DLLs to your application folder? If you have done all these things, I would say post more of your source code so we can take a look at it.
by afharris_83
Sat Oct 21, 2006 7:12 pm
Forum: Irrlicht.NET
Topic: Cant get demo 1 (hello world) to work(VB.NET)
Replies: 4
Views: 2189

I believe the member .AddTestSceneNode has been changed to .AddCubeSceneNode in the latest version.
by afharris_83
Fri Oct 06, 2006 3:14 pm
Forum: Irrlicht.NET
Topic: Ramp sticking
Replies: 1
Views: 1493

Ramp sticking

I notice in my own app using the Q3 level provided that when I move up the ramps in the level the camera needs to be pointed upwards or else it seems to get stuck. Likewise, going down I need to move the camera to avoid getting stuck, although that is less severe than going up the ramps. This doesn'...
by afharris_83
Fri Oct 06, 2006 2:12 am
Forum: Irrlicht.NET
Topic: Unhandled Exception: System.IO.FileNotFoundException
Replies: 12
Views: 15498

I downloaded the Irrlicht files a few days ago and have no issues compiling under VS 2005 whatsoever. The things to keep in mind are: - make sure IRRLICHT.DLL and IRRLICHT.NET.DLL are in your executable directory - if you are starting a new project, make sure to add IRRLICHT.NET.DLL to your project ...
by afharris_83
Tue Oct 03, 2006 11:53 pm
Forum: Irrlicht.NET
Topic: Letterbox? (UPDATED)
Replies: 0
Views: 1103

Letterbox? (UPDATED)

Hi all! I'm just getting started with Irrlicht in C#; so far I've got a decent mock-up of a first-person shooter with a little environmental stuff going on (snow, rain, etc.) What I'm interested in doing is twofold: a) I'd like to be able to switch to gray-scale for some cinematic moments, and b) re...