Search found 4 matches
- Fri Dec 30, 2005 1:54 am
- Forum: Bug reports
- Topic: 0.14.0 source.zip is missing half the Irrlicht.NET subdirect
- Replies: 0
- Views: 282
0.14.0 source.zip is missing half the Irrlicht.NET subdirect
0.14.0 source.zip is missing half the Irrlicht.NET subdirectory.
- Wed Dec 21, 2005 4:23 pm
- Forum: Bug reports
- Topic: .NET ISceneNode.AddChild() makes the child disappear
- Replies: 0
- Views: 668
.NET ISceneNode.AddChild() makes the child disappear
Hosting Irrlicht in a Windows .NET Form, using 3rd person camera.
I create 2 TestSceneNodes.
When I set one as the child of the other, it disappears.
Code follows:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System ...
I create 2 TestSceneNodes.
When I set one as the child of the other, it disappears.
Code follows:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System ...
- Sun Nov 27, 2005 3:26 am
- Forum: Irrlicht.NET
- Topic: Help using ISceneNode.AddChild() in .NET hosted in WinForm
- Replies: 2
- Views: 1609
- Sat Nov 19, 2005 8:01 am
- Forum: Irrlicht.NET
- Topic: Help using ISceneNode.AddChild() in .NET hosted in WinForm
- Replies: 2
- Views: 1609
Help using ISceneNode.AddChild() in .NET hosted in WinForm
Hello,
I have been experimenting with the .NET version for a few weeks in my off time. I have version 0.12.0.
I basically want to draw 3 sides of an open box, then rotate that structure in front of a camera using my own buttons ( not FPS). I don't know anything about meshes etc., so I am using flat ...
I have been experimenting with the .NET version for a few weeks in my off time. I have version 0.12.0.
I basically want to draw 3 sides of an open box, then rotate that structure in front of a camera using my own buttons ( not FPS). I don't know anything about meshes etc., so I am using flat ...