Panda3D Manual: Reference CountingWRITEME: this article is a stub. Please help by expanding it. This page will explain about Panda3D's smart Reference Counting system. Some Panda3D classes use this system. You can check if such a class is Reference Counted by checking in the List of Classes if it inherits from ReferenceCount. Such classes, for example Texture, or TextNode, are created like this: // Create the PointerTo object © Carnegie Mellon University 2010 |