Why class TransformNode do not has addChild like class AbstractMesh

Thanks for your answer.

Hello! I don’t think there’s a particular reason for that, but I might be wrong so I’ll check with @Deltakosh and @sebavan :slight_smile: However, all that addChild does is calling setParent, which both AbstractMesh and TransformNode have, so there’s no missing functionality :slight_smile:

No special reason, @carolhmj feel free to move it in TransformNode :slight_smile:

Thanks for your reply :smiley:,we can use setParent.If we support addChild,i can organise my code by another way.
ps:My English is not very good, please forgive me.

2 Likes

Thanks for your reply :smiley:.