[STAThread]
static void Main()
{
Application.Run(new Form1());
IrrlichtDevice device = new IrrlichtDevice(DriverType.DIRECTX9, new Dimension2D(pictureBox1.Width, pictureBox1.Height), 16, false, false, false, true, pictureBox1.Handle);
while(device.Run())
{
device.VideoDriver.BeginScene(true ...
Search found 8 matches
- Wed Oct 19, 2005 8:30 am
- Forum: Irrlicht.NET
- Topic: Displaying Irrlicht in a c# picture box
- Replies: 17
- Views: 10110
- Tue Oct 18, 2005 2:23 pm
- Forum: Irrlicht.NET
- Topic: Need help on Tutorial 3
- Replies: 8
- Views: 13877
- Tue Oct 18, 2005 2:08 pm
- Forum: Irrlicht.NET
- Topic: C++ -> .NET implementation listing
- Replies: 5
- Views: 1984
- Tue Oct 18, 2005 12:05 pm
- Forum: Irrlicht.NET
- Topic: Camera and Objects..
- Replies: 2
- Views: 1443
- Mon Oct 17, 2005 8:30 pm
- Forum: Irrlicht.NET
- Topic: Need help on Tutorial 3
- Replies: 8
- Views: 13877
Need help on Tutorial 3
I'm trying to follow tutorial 3 using C# with .Net 2.0
anyone knows how to translate Constructor declaration to C# code?
Thanks
anyone knows how to translate Constructor declaration to C# code?
Thanks
- Mon Oct 17, 2005 8:23 pm
- Forum: Irrlicht.NET
- Topic: System.AccessViolationException on exit when using OpenGL
- Replies: 7
- Views: 2916
- Mon Oct 17, 2005 8:20 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht.NET compiling under .NET 2.0 framework
- Replies: 4
- Views: 1998
- Mon Oct 17, 2005 8:17 pm
- Forum: Irrlicht.NET
- Topic: Displaying Irrlicht in a c# picture box
- Replies: 17
- Views: 10110