cbd9a1370e
1. The node type will be set to ATOM on read of <tag prop="..." ... /> type tags. 2. GROUP and NODE are now written using the same code (and not just duplicated code). Also NODE will not be written as an ATOM if it has no children or contents, so you need to set the type to ATOM if you want the <tag ... /> style. 3. You had put the write of "/>" for ATOM after the "return true", so it had no effect... Moved to before the return. 4. ATOM did not write its properties correctly, fixed. 5. As an added bonus, I made the write() method indent the output so it's more readable. It brings a small public interface change but the indent argument has a default value so client code doesn't need to change (if there even is any). 6. Another added bonus, I've simplified the write() method a bit by factoring out the write for children and properties into protected methods." |
||
---|---|---|
.. | ||
OpenThreads | ||
osg | ||
osgAnimation | ||
osgDB | ||
osgFX | ||
osgGA | ||
osgIntrospection | ||
osgManipulator | ||
osgParticle | ||
osgPresentation | ||
osgShadow | ||
osgSim | ||
osgTerrain | ||
osgText | ||
osgUtil | ||
osgViewer | ||
osgVolume | ||
osgWidget |