daverooneyca
9 years agoVisitor
Dump SceneGraph Node to XML
Hi all - is there a simple way to dump out an arbitrary SG Node to XML? I looked at getAllMeta but it doesn't give the proper node types and attributes. I'd like to use it for debugging purposes so that I don't have to traverse the SG tree by hand with getChildCount and getChild.