IsceneNode child

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Guest

IsceneNode child

Post by Guest »

Hi,
I have a problem!
i want to link a scenenode(a robot arm which rotates) with an other one (a house like quake3map) because I want to fix the first scenenode in the second at the define position in order to manage collision between the two scenenode.
But if I declare the first like the child of the second, I can't see it in the house!
Please help me!
Thank! :( :) :?
Andrushka
Posts: 9
Joined: Sun Nov 14, 2004 8:00 pm
Location: Russia, Lipetsk
Contact:

Post by Andrushka »

when node is child it don't use absolute coordinates
Locked