Serialize a node with all its children

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Gendo Ikari
Posts: 19
Joined: Mon Apr 13, 2009 5:42 pm

Serialize a node with all its children

Post by Gendo Ikari »

I've googled and searched the answer quite a lot, without finding it. I try writing here.
I need to serialize some specific parts of the scene, not the entire scene. How can i do this?
If i serialize a node, i serialize only its attributes.
Thank you.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Move your node over to a new scene manager and save the whole new scene. saving a chosen node is up for one of the next updates.
Gendo Ikari
Posts: 19
Joined: Mon Apr 13, 2009 5:42 pm

Post by Gendo Ikari »

Ok, thank you very much.
Post Reply