Blender V2.61 - r43446
Enumerations | Functions | Variables

KX_PythonInit.h File Reference

#include "KX_Python.h"
#include "STR_String.h"
#include "MT_Vector3.h"

Go to the source code of this file.

Enumerations

enum  TPythonSecurityLevel { psl_Lowest = 0, psl_Highest }

Functions

void KX_SetActiveScene (class KX_Scene *scene)
class KX_SceneKX_GetActiveScene ()
class KX_KetsjiEngineKX_GetActiveEngine ()
void KX_RasterizerDrawDebugLine (const MT_Vector3 &from, const MT_Vector3 &to, const MT_Vector3 &color)
void KX_RasterizerDrawDebugCircle (const MT_Vector3 &center, const MT_Scalar radius, const MT_Vector3 &color, const MT_Vector3 &normal, int nsector)

Variables

bool gUseVisibilityTemp

Detailed Description

Definition in file KX_PythonInit.h.


Enumeration Type Documentation

Enumerator:
psl_Lowest 
psl_Highest 

Definition at line 38 of file KX_PythonInit.h.


Function Documentation

class KX_KetsjiEngine* KX_GetActiveEngine ( )

Definition at line 178 of file KX_PythonInit.cpp.

References gp_KetsjiEngine.

Referenced by ImageRender::ImageRender(), BL_Action::Play(), and Texture_refresh().

class KX_Scene* KX_GetActiveScene ( )
void KX_RasterizerDrawDebugCircle ( const MT_Vector3 center,
const MT_Scalar  radius,
const MT_Vector3 color,
const MT_Vector3 normal,
int  nsector 
)
void KX_RasterizerDrawDebugLine ( const MT_Vector3 from,
const MT_Vector3 to,
const MT_Vector3 color 
)
void KX_SetActiveScene ( class KX_Scene scene)

Definition at line 168 of file KX_PythonInit.cpp.

Referenced by KX_KetsjiEngine::NextFrame().


Variable Documentation