Blender V2.61 - r43446
|
#include "SG_Spatial.h"
#include "SG_ParentRelation.h"
Go to the source code of this file.
Classes | |
class | KX_NormalParentRelation |
class | KX_VertexParentRelation |
class | KX_SlowParentRelation |
This file provides common concrete implementations of SG_ParentRelation used by the game engine. These are KX_SlowParentRelation a slow parent relationship. KX_NormalParentRelation a normal parent relationship where orientation and position are inherited from the parent by the child. KX_VertexParentRelation only location information is inherited by the child.
Definition in file KX_SG_NodeRelationships.h.