I have another method called addTangible that accepts shared_ptr<ofxDTangibleBase>.
I wonder in the method above, does a copy of ofxDTangibleBase gets created or not?
And does the shared_ptr still exists when the method goes out of scope.
I know shared_ptr are a bit different, like your not suppose to reference them for example.