Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

KX_BlenderClientObject.cpp

Go to the documentation of this file.
00001 #include "KX_BlenderClientObject.h"
00002 
00003 #include "KX_IPOTransform.h"
00004 
00005 void KX_BlenderClientObject::ConvertIPOTransform(KX_IPOTransform& ipo_xform) const {
00006         ipo_xform.SetPosition(BL_GetBlenderPosition(m_blenderobject));
00007         ipo_xform.SetEulerAngles(BL_GetBlenderRotation(m_blenderobject));
00008         ipo_xform.SetScaling(BL_GetBlenderScaling(m_blenderobject));
00009 }

Generated at Thu Feb 1 13:03:03 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000