Search found 12 matches

by itguru80
Wed Mar 09, 2005 10:44 am
Forum: Beginners Help
Topic: Load a .x mesh file in Irrlicht.NET + other
Replies: 3
Views: 379

Thanks a lot!! Do any of you .NET users know the answer to question 2? I was wondering whether it was possible to produce my own .NET wrapper for Irrlicht.dll somehow using Visual Studio .NET - someone said this was possible, as, as you have probably noticed the .NET wrapper for 0.8 does not have al...
by itguru80
Tue Mar 08, 2005 10:44 pm
Forum: Beginners Help
Topic: Load a .x mesh file in Irrlicht.NET + other
Replies: 3
Views: 379

Load a .x mesh file in Irrlicht.NET + other

Hi, has anyone been able to do this 1) Load a .x file mesh using Irrlicht.NET API I have tried but I get an exception every time. I tried the following line but it doesn't compile, as GetMesh returns an animated mesh. Irrlicht.Scene.IMesh mesh = device.SceneManager.GetMesh(fileName); 2) Does anyone ...
by itguru80
Tue Mar 08, 2005 10:36 pm
Forum: Beginners Help
Topic: Irrlicht.NET EventReceivers
Replies: 12
Views: 919

Hi, here's an example of event receivers. I am doing a project in C#. Wouldn't it be great to start a .NET Forum topic for all .NET related issues? By the way does anyone know how to create just a normal mesh object using the .NET library? I mean not an animated Mesh but a static mesh from a .X file...
by itguru80
Thu Mar 03, 2005 9:16 am
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht.NET
Replies: 9
Views: 1469

Hi Niko, that sounds amazing! Almost too good to be true! I am also interested in this for a .NET project but so far I have run into the same problems as everyone else. If I can get my hands on .NET 2005 I will let you know if this works! The thing is then, that won't it be Managed C++ instead of C+...
by itguru80
Wed Mar 02, 2005 3:21 pm
Forum: Beginners Help
Topic: Irrlicht.NET
Replies: 4
Views: 331

I have also found exactly the same thing. It's really annoying because this is such a cool effect! It makes me wonder whether I'm better off doing my project in Java using the Jirr or Bindenlicht JNI wrappers. That was it's still managed code, and I know both C# and Java....... Does anyone know when...
by itguru80
Wed Mar 02, 2005 11:11 am
Forum: Bug reports
Topic: No addHllPlaneMesh in SceneManager class for .NET wrapper
Replies: 0
Views: 420

No addHllPlaneMesh in SceneManager class for .NET wrapper

Hi,
this function seems to be missing from the .NET version.

I have been trying to convert the special effects demo as I am interested in doing some water.....

But it is definitely not available in the list...

Peter
by itguru80
Wed Mar 02, 2005 8:46 am
Forum: Advanced Help
Topic: No addHillPlaneMesh function in SceneManager class?
Replies: 0
Views: 254

No addHillPlaneMesh function in SceneManager class?

Hi, I'm trying to convert the Special Effects demo into C# but I am having a problem because it seems as there is no addHillPlaneMesh function..... Does anyone know if this is available or not, and is there an alternative to it? Also any idea when the .NET API will be fully complete? (I have Irrlich...
by itguru80
Tue Mar 01, 2005 2:55 pm
Forum: Advanced Help
Topic: realistic water
Replies: 5
Views: 970

I was also thinking......

Is it possible in Irrlicht to do animation of a body moving through water?

So say you wanted to put a boat on the water, move it along, and have some sort of wake flowing out the back?

I assume this woule require a physics or particle engine?
by itguru80
Tue Mar 01, 2005 2:00 pm
Forum: Advanced Help
Topic: Scene rendered to a C# Form Control? Is it Possible?
Replies: 5
Views: 407

Scene rendered to a C# Form Control? Is it Possible?

Hi, I posted a similar question on the beginner's forum, but have been unable to get an answer, so I thought I'd ask the experts!!! I want to develop a windows app in C# where the 3D graphics will be rendered to a Control on the Form. But I don't know if it's possible? This way I can use all the sta...
by itguru80
Mon Feb 28, 2005 11:21 pm
Forum: Beginners Help
Topic: Irrlicht output => a Standard Window's Form??
Replies: 4
Views: 351

Hello,
maybe I am not explaining it well enough.

I want to have a Standard .NET Window's Form, with the standard buttons etc, and I want my 3D graphics to be displayed on a Panel, or a control on that form, for example.

Can anyone tell me if this is possible???

Pleaeeeeaassssseee!!!!

Thanks
by itguru80
Mon Feb 28, 2005 9:29 am
Forum: Beginners Help
Topic: Irrlicht output => a Standard Window's Form??
Replies: 4
Views: 351

Thanks for the info, so to be a bit more specific, if I change my application to a Windows Forms Project, then when I create a device does it automatically default to the Windows Form that it is created inside? Otherwise if there were multiple Windows Forms in a project how would it know which one t...
by itguru80
Sun Feb 27, 2005 8:52 pm
Forum: Beginners Help
Topic: Irrlicht output => a Standard Window's Form??
Replies: 4
Views: 351

Irrlicht output => a Standard Window's Form??

Hi, I would like to build an application using .NET 2003, and Irrlicht. I was wondering if it's possible to render the output to say, a Windows Form, or a Windows Control, instead of popping up in a seperate screen as it does at this point in time? Also how do you get rid of the Dos Box that pops up...