Has anyone created an Irrlicht.NET version with collision?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
ibrahem
Posts: 2
Joined: Wed Mar 02, 2005 2:15 pm

Has anyone created an Irrlicht.NET version with collision?

Post by ibrahem »

Collision in C#
Has anyone created an Irrlicht.NET version with collision detection?
Thanks
:?:
vdbirrlicht
Posts: 8
Joined: Sun Mar 27, 2005 1:32 pm
Contact:

Post by vdbirrlicht »

yes my goto on my site
collision,textgui,particles etc...
Guest

Post by Guest »

Thank you man, I Download the files from your website and added them to the c# project but I get this message
"An unhandled exception of type 'System.IO.FileNotFoundException' occurred in system.windows.forms.dll
Additional information: File or assembly name Irrlicht.NET, or one of its dependencies, was not found."
I did but the DLL files in both application and Framework Dirctory.
Can you plz tell me how you add collision and anther classes
to Irrlicht.Net.dll? Or if you know Tutorial
Thank you aging.
Ibrahem.

.
MeisterK
Posts: 66
Joined: Sat Feb 26, 2005 1:20 pm

Post by MeisterK »

Sadly, I've the same problem.
MeisterK
Posts: 66
Joined: Sat Feb 26, 2005 1:20 pm

Post by MeisterK »

Having the Microsoft DirectX SDK of April 2005 installed (Thanks to vdbirrlicht!) and setting the reference to the irrlicht.net.dll correct for your system is the cure.

Thorsten
Post Reply