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 ...
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: 616
- Tue Mar 08, 2005 10:44 pm
- Forum: Beginners Help
- Topic: Load a .x mesh file in Irrlicht.NET + other
- Replies: 3
- Views: 616
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 ...
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 ...
- Tue Mar 08, 2005 10:36 pm
- Forum: Beginners Help
- Topic: Irrlicht.NET EventReceivers
- Replies: 12
- Views: 1746
- Thu Mar 03, 2005 9:16 am
- Forum: Open Discussion and Dev Announcements
- Topic: Irrlicht.NET
- Replies: 9
- Views: 2031
- Wed Mar 02, 2005 3:21 pm
- Forum: Beginners Help
- Topic: Irrlicht.NET
- Replies: 4
- Views: 468
- Wed Mar 02, 2005 11:11 am
- Forum: Bug reports
- Topic: No addHllPlaneMesh in SceneManager class for .NET wrapper
- Replies: 0
- Views: 507
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: 334
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 ...
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 ...
- Tue Mar 01, 2005 2:55 pm
- Forum: Advanced Help
- Topic: realistic water
- Replies: 5
- Views: 1217
- Tue Mar 01, 2005 2:00 pm
- Forum: Advanced Help
- Topic: Scene rendered to a C# Form Control? Is it Possible?
- Replies: 5
- Views: 584
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 ...
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 ...
- Mon Feb 28, 2005 11:21 pm
- Forum: Beginners Help
- Topic: Irrlicht output => a Standard Window's Form??
- Replies: 4
- Views: 694
- Mon Feb 28, 2005 9:29 am
- Forum: Beginners Help
- Topic: Irrlicht output => a Standard Window's Form??
- Replies: 4
- Views: 694
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 ...
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 ...
- Sun Feb 27, 2005 8:52 pm
- Forum: Beginners Help
- Topic: Irrlicht output => a Standard Window's Form??
- Replies: 4
- Views: 694
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 ...
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 ...