diff --git a/analysis/oarinfo/README.md b/analysis/oarinfo/README.md new file mode 100644 index 0000000..ad8f47e --- /dev/null +++ b/analysis/oarinfo/README.md @@ -0,0 +1,12 @@ +# README # + +This is a utility to display information about an OAR. + +At the moment, it just prints the number of contained assets and the number of contained objects. + +In the future, it could do more sophisticated stuff like sanity check an OAR to see that all references (e.g. textures +referred to by objects) are present, though this is quite a lot of work so might not happen soon. + +Patches welcome. + +vim: ts=4:sw=4:et:tw=120