Public Member Functions | |
| mixed | Destroy (...) |
| lua : SkyDome:Destroy() | |
| mixed | SetSunDirection (...) |
| lua : SkyDome:SetSunDirection(unknown_Ogre::Vector3 dir) | |
| mixed | SetHazeColour (...) |
| lua : SkyDome:SetHazeColour(unknown_Ogre::ColourValue hazeColour) | |
| mixed | SetSkyGradientsImage (...) |
| mixed | SetAtmosphereDepthImage (...) |
| lua : SkyDome:SetAtmosphereDepthImage(string gradients) | |
| mixed | GetHazeEnabled (...) |
| lua : boolean SkyDome:GetHazeEnabled() | |
| mixed | SetHazeEnabled (...) |
| lua : SkyDome:SetHazeEnabled(boolean value) | |
Definition at line 8839 of file lua_pseudo_code.cpp.
| mixed cCaelumSkyDome_L::Destroy | ( | ... | ) | [inline] |
| mixed cCaelumSkyDome_L::SetSunDirection | ( | ... | ) | [inline] |
lua : SkyDome:SetSunDirection(unknown_Ogre::Vector3 dir)
Definition at line 8845 of file lua_pseudo_code.cpp.
| mixed cCaelumSkyDome_L::SetHazeColour | ( | ... | ) | [inline] |
lua : SkyDome:SetHazeColour(unknown_Ogre::ColourValue hazeColour)
Definition at line 8848 of file lua_pseudo_code.cpp.
| mixed cCaelumSkyDome_L::SetSkyGradientsImage | ( | ... | ) | [inline] |
~ /// lua : SkyDome:SetLightAbsorption(number absorption) ~ static int SetLightAbsorption (lua_State *L) { PROFILE ~ // int argc = lua_gettop(L); ~ float p0 = luaL_checknumber(L, 2); ~ ~ checkudata_alive(L)->setLightAbsorption(p0); ~ ~ return 0; ~ } ~ /// lua : SkyDome:SetLightScattering(number scattering) ~ static int SetLightScattering (lua_State *L) { PROFILE ~ // int argc = lua_gettop(L); ~ float p0 = luaL_checknumber(L, 2); ~ ~ checkudata_alive(L)->setLightScattering(p0); ~ ~ return 0; ~ } ~ /// lua : SkyDome:SetAtmosphereHeight(number height) ~ static int SetAtmosphereHeight (lua_State *L) { PROFILE ~ // int argc = lua_gettop(L); ~ float p0 = luaL_checknumber(L, 2); ~ ~ checkudata_alive(L)->setAtmosphereHeight(p0); ~ ~ return 0; ~ } lua : SkyDome:SetSkyGradientsImage(string gradients)
Definition at line 8878 of file lua_pseudo_code.cpp.
| mixed cCaelumSkyDome_L::SetAtmosphereDepthImage | ( | ... | ) | [inline] |
lua : SkyDome:SetAtmosphereDepthImage(string gradients)
Definition at line 8881 of file lua_pseudo_code.cpp.
| mixed cCaelumSkyDome_L::GetHazeEnabled | ( | ... | ) | [inline] |
| mixed cCaelumSkyDome_L::SetHazeEnabled | ( | ... | ) | [inline] |
1.5.6