PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "animBundle.h"
#include "indent.h"
#include "datagram.h"
#include "datagramIterator.h"
#include "bamReader.h"
#include "bamWriter.h"
Go to the source code of this file.
Functions | |
PT (AnimBundle) AnimBundle | |
Returns a full copy of the bundle and its entire tree of nested AnimGroups. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file animBundle.cxx.
PT | ( | AnimBundle | ) |
Returns a full copy of the bundle and its entire tree of nested AnimGroups.
However, the actual data stored in the leaves–that is, animation tables, such as those stored in an AnimChannelMatrixXfmTable–will be shared. Writes a one-line description of the bundle. Returns a copy of this object, and attaches it to the indicated parent (which may be NULL only if this is an AnimBundle). Intended to be called by copy_subtree() only. Function to write the important information in the particular object to a Datagram
Definition at line 44 of file animBundle.cxx.