Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking.
diff --git a/rsObjectBase.cpp b/rsObjectBase.cpp
index 3219c39..6a5b7d8 100644
--- a/rsObjectBase.cpp
+++ b/rsObjectBase.cpp
@@ -27,6 +27,7 @@
 
 ObjectBase::~ObjectBase()
 {
+    //LOGV("~ObjectBase %p  ref %i", this, mRefCount);
     rsAssert(!mRefCount);
 }