Topic: SetParent()

I use setParent(object1,object2) to attach  object1 to object2. but I can detach these objects?
setParent(object1, 0) -- does not work!

Re: SetParent()

yes, it was already corrected in the code :
https://code.google.com/p/maratis/source/detail?r=203

you can build Maratis from source to get the latest version : http://wiki.maratis3d.org/index.php?tit … ng_Maratis

Re: SetParent()

I never worked with source code, probably I will not cope smile . But I'll still try. Thanks for the reply.