Panda3D Manual: Reference CountingThis 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 Incomplete SectionNote: this section is incomplete. It will be updated soon. © Carnegie Mellon University 2010 |