Added access for adjusting timeOffset value at runtime, used for apricot (Franky climbing walls)

This commit is contained in:
Campbell Barton
2008-06-14 17:12:49 +00:00
parent 9c2bf9bdbc
commit fc7a83b458
8 changed files with 78 additions and 0 deletions

View File

@@ -87,6 +87,13 @@ SG_Spatial::
delete (m_parent_relation);
}
SG_ParentRelation *
SG_Spatial::
GetParentRelation(
){
return m_parent_relation;
}
void
SG_Spatial::
SetParentRelation(