Merging two objects

I was already using this method thanks to cslos77 links, after some physics tests I realised my models where HUGE compared to Panda3D’s scale and this was causing the clipping errors and not NodePath.flattenStrong().

I am now using NodePath.flattenStrong() and a dummy node with good results, thanks for all the help.