Search found 12 matches
- Wed Mar 09, 2005 10:44 am
- Forum: Beginners Help
- Topic: Load a .x mesh file in Irrlicht.NET + other
- Replies: 3
- Views: 390
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...
- Tue Mar 08, 2005 10:44 pm
- Forum: Beginners Help
- Topic: Load a .x mesh file in Irrlicht.NET + other
- Replies: 3
- Views: 390
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 ...
- Tue Mar 08, 2005 10:36 pm
- Forum: Beginners Help
- Topic: Irrlicht.NET EventReceivers
- Replies: 12
- Views: 948
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...
- Thu Mar 03, 2005 9:16 am
- Forum: Open Discussion and Dev Announcements
- Topic: Irrlicht.NET
- Replies: 9
- Views: 1481
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+...
- Wed Mar 02, 2005 3:21 pm
- Forum: Beginners Help
- Topic: Irrlicht.NET
- Replies: 4
- Views: 340
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...
- Wed Mar 02, 2005 11:11 am
- Forum: Bug reports
- Topic: No addHllPlaneMesh in SceneManager class for .NET wrapper
- Replies: 0
- Views: 425
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
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
- Wed Mar 02, 2005 8:46 am
- Forum: Advanced Help
- Topic: No addHillPlaneMesh function in SceneManager class?
- Replies: 0
- Views: 258
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...
- Tue Mar 01, 2005 2:55 pm
- Forum: Advanced Help
- Topic: realistic water
- Replies: 5
- Views: 996
- Tue Mar 01, 2005 2:00 pm
- Forum: Advanced Help
- Topic: Scene rendered to a C# Form Control? Is it Possible?
- Replies: 5
- Views: 426
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...
- Mon Feb 28, 2005 11:21 pm
- Forum: Beginners Help
- Topic: Irrlicht output => a Standard Window's Form??
- Replies: 4
- Views: 360
- Mon Feb 28, 2005 9:29 am
- Forum: Beginners Help
- Topic: Irrlicht output => a Standard Window's Form??
- Replies: 4
- Views: 360
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...
- Sun Feb 27, 2005 8:52 pm
- Forum: Beginners Help
- Topic: Irrlicht output => a Standard Window's Form??
- Replies: 4
- Views: 360
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...