Inherits Snapshot.
Protected Member Functions | |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Protected Attributes | |
| RenderObjClass * | m_robj |
| render object representing state at time of snapshot | |
| W3DRenderObjectSnapshot * | m_next |
| snapshot of next render object belonging to same drawable | |
Additional Inherited Members | |
Public Member Functions inherited from Snapshot | |
| Snapshot (void) | |
| ~Snapshot (void) | |
This class will hold all information about a W3D RenderObject needed to reconstruct it if necessary
Definition at line 61 of file W3DGhostObject.cpp.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Xfer method Version Info: 1: Initial version
Implements Snapshot.
Definition at line 184 of file W3DGhostObject.cpp.
|
protected |
snapshot of next render object belonging to same drawable
Definition at line 79 of file W3DGhostObject.cpp.
|
protected |
render object representing state at time of snapshot
Definition at line 78 of file W3DGhostObject.cpp.