Complete vb.net example

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
RapchikProgrammer
Posts: 279
Joined: Fri Dec 24, 2004 6:37 pm

Complete vb.net example

Post by RapchikProgrammer »

As i was noticing that many people had problems with vb.net so i have made an example that shows more or less everything that is usually needed to be used in irrlicht.

http://www.freewebs.com/rapchikprogrammer
Last edited by RapchikProgrammer on Wed Mar 29, 2006 3:45 pm, edited 1 time in total.
Hoover

Post by Hoover »

Hello,

i have a problem with your example, i can't load an hight map, the error request is no objekt instance.

Is the error by me or in your sourcecode? Can you Check your Code, please.
RapchikProgrammer
Posts: 279
Joined: Fri Dec 24, 2004 6:37 pm

Post by RapchikProgrammer »

No its working fine for me! Try adding the detail texture too! And remember you need to give the function a height map and a texture file!
Guest

Post by Guest »

Ok, i find the error by me.

thanks
Flash

Post by Flash »

Hello, your example is cool, but i can need a example for Draw2DText an for GUI elements.

And why can i control the animation from a MD2 Model?
Ratarf
Posts: 1
Joined: Mon Apr 17, 2006 8:08 pm
Location: Wuustwezel, Belgium

Post by Ratarf »

I'm trying really hard to get it to work, but errors keep appearing.

Here's what I did:
- changed the reference to irrlicht
- searched for some resource files to put in the directory (please include 'em next time)
- generated some empty files by hand (3 I think - assemblyInfo.vb,...) -> this files were 'missing'.

So, no more errors in design view...
Compiles fine
But when trying to run...

System.typeInitializationException

I tried to look up where this exception was, but I didn't get much details:
the only thing I know is that the error is in the very beginning of the program
Locked