I'm using XML3D library to make a simple 3D editor. I wonder if the users of this library are supposed to use its API too or just treat this lib as a tool that renders scene from XML scene definition.
First thing i need would be to create some js scene representation. There is a plenty of tool for XML->JSON conversion but maybe accessing the XML3D internal scene representation would be the better way to handle scene modification.
Could you please give me any advices on scene manipulation with this library?