Hi
i have been studying away 3d for like 2 weeks now.. and now i kinda know my way around it..
but when i was trying some real programing . i got one problem i couldnt find any solutions..
i have some meshes that i put into a ObjectContainer3D
and then.. i nested this container into a parent container (another ObjectContainer3D)
and everythink works fine, i can move them both, rotate them.. etc…
but the problem is when i try to clean my parent container and add some other stuf..
becouse
parentcontainer.removeChild(container1);
also erase is from the view.
my cuestion is:
is there anyway to removeChilds from parent container and avoid them to remove them from scene??
cant just add them againg.. couse they were modified
do i make myself clear??
thx alot for all ur help.. or advices.. corrections
thx a lot.