Hi all
First of all, I am having a blast with Panda3D. It is cool that is one of the few frameworks out there with good python bindings.
Anywho, am working on a project where I am writing and reading to the bam cache directly for avoid constructing large model groups every time. Using the BamCache interface, using the lookup() and store() workflow
Since I write files directly sometimes need to look at the resulting bam model. Am wondering if there is better way to debug cache files other then loading them into new scene. I am thinking something like Pview but for cache files, since Pview cannot seem to load the bam files generated from BamCache. Could be that Pview can load them and I just doing something wrong, let me know
thanks!!