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 (...) |
Definition at line 3718 of file lua_pseudo_code.cpp.
| 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] |
| 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] |
| 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.
1.5.6