cRenderTexture_L Class Reference

List of all members.

Public Member Functions

mixed Destroy (...)
mixed SetAutoUpdated (...)
 void cRenderTexture:SetAutoUpdated ()
mixed SetPrePostFunctions (...)
mixed DisablePrePostFunctions (...)
 lua : void cRenderTexture:DisablePrePostFunctions ()
mixed EnablePrePostFunctions (...)
 lua : void cRenderTexture:EnablePrePostFunctions ()
mixed Update (...)
 void cRenderTexture:Update ()
mixed WriteContentsToFile (...)
 void cRenderTexture:WriteContentsToFile (sFilePath)

Static Public Member Functions

static mixed GetName (...)
static mixed CreateRenderTexture (...)


Detailed Description

Definition at line 3718 of file lua_pseudo_code.cpp.


Member Function Documentation

mixed cRenderTexture_L::Destroy (   ...  )  [inline]

object methods exported to lua void Destroy ()

Definition at line 3722 of file lua_pseudo_code.cpp.

static mixed cRenderTexture_L::GetName (   ...  )  [inline, static]

WARNING ! THE RETURNED NAME IS BROKEN ! (n0007 becomes n0007/0/0/0) string GetName ()

Definition at line 3726 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::SetAutoUpdated (   ...  )  [inline]

void cRenderTexture:SetAutoUpdated ()

Definition at line 3729 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::SetPrePostFunctions (   ...  )  [inline]

lua : void cRenderTexture:SetPrePostFunctions (prerender_function, postrender_function) prerender_function and postrender_function gets called before and after rtt operation use this to hide the "mirror" and other stuff WARNING these two functions should be very very fast!!!!!!

Definition at line 3735 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::DisablePrePostFunctions (   ...  )  [inline]

lua : void cRenderTexture:DisablePrePostFunctions ()

Definition at line 3738 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::EnablePrePostFunctions (   ...  )  [inline]

lua : void cRenderTexture:EnablePrePostFunctions ()

Definition at line 3741 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::Update (   ...  )  [inline]

void cRenderTexture:Update ()

Definition at line 3744 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::WriteContentsToFile (   ...  )  [inline]

void cRenderTexture:WriteContentsToFile (sFilePath)

Definition at line 3747 of file lua_pseudo_code.cpp.

static mixed cRenderTexture_L::CreateRenderTexture (   ...  )  [inline, static]

static methods exported to lua pixelformat : see l_OgrePixelFormatList in src/lugre_scripting.ogre.cpp udata_rtt CreateRenderTexture (sRttName,cx,cy,pixelformat=PF_BYTE_RGBA)

Definition at line 3752 of file lua_pseudo_code.cpp.


The documentation for this class was generated from the following file:

Generated on Wed Feb 8 06:00:25 2012 for lua by  doxygen 1.5.6