Search found 4 matches

by nicthu
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.
by nicthu
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 ...
by nicthu
Sun Nov 27, 2005 3:26 am
Forum: Irrlicht.NET
Topic: Help using ISceneNode.AddChild() in .NET hosted in WinForm
Replies: 2
Views: 1609

No, it is not possible. :o

I can see the parent, and the child is not that far from the parent, and my camera is some distance away.
Besides, even if I specify (0,0,0) for the child (in case AddTestSceneNode uses relative positioning), the child still disappears.

Can't anyone try my code and ...
by nicthu
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 ...