I will preface this by saying I'm quite new to open scene graph, so if I'm missing something obvious please forgive me.<br>
<br>
I have a node/scene format I would like to implement in open scene graph. The data for the format is encapsulated in multiple files within a directory, not within a single file.<br>
<br>
How can I make a reader writer for a directory as opposed to a file? The ReaderWriter api is geared toward files (supportedExtension) and this is leaving me a little confused.<br>
<br>
Any help or guidance would be greatly appreciated.<br>
<br>
Thank you,<br>
Aaron