Thanks for the quick answer! I forgot the triangleselector for the node... But is there a way to select nodes without this selector??
Because in my .irr files i can't set the triangleselector.
the code i provided is a full program that lets you select and manipulate nodes. paste it into a new console program and see what it does. it will answer a lot of your questions.
also,you will want to read up on the flags that you can set with picking. In addition, the select functions allow you to ignore debug objects.
you can either give your camera an ID that doesnt match your selection flags or you can set the camera to a debug object and then tell the select function to ignore it (true);