Pyrogenesis  trunk
Functions
JSI_Renderer Namespace Reference

Functions

 IMPLEMENT_BOOLEAN_SCRIPT_SETTING (DisplayFrustum)
 
 IMPLEMENT_BOOLEAN_SCRIPT_SETTING (DisplayShadowsFrustum)
 
std::string GetRenderPath ()
 
std::string GetRenderDebugMode ()
 
void SetRenderDebugMode (const std::string &mode)
 
bool TextureExists (const std::wstring &filename)
 
void RegisterScriptFunctions (const ScriptRequest &rq)
 Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context. More...
 

Function Documentation

◆ GetRenderDebugMode()

std::string JSI_Renderer::GetRenderDebugMode ( )

◆ GetRenderPath()

std::string JSI_Renderer::GetRenderPath ( )

◆ IMPLEMENT_BOOLEAN_SCRIPT_SETTING() [1/2]

JSI_Renderer::IMPLEMENT_BOOLEAN_SCRIPT_SETTING ( DisplayFrustum  )

◆ IMPLEMENT_BOOLEAN_SCRIPT_SETTING() [2/2]

JSI_Renderer::IMPLEMENT_BOOLEAN_SCRIPT_SETTING ( DisplayShadowsFrustum  )

◆ RegisterScriptFunctions()

void JSI_Renderer::RegisterScriptFunctions ( const ScriptRequest rq)

Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context.

Parameters
ScriptRequestScript Request where RegisterScriptFunctions() registers the functions.
See also
GuiScriptingInit()

◆ SetRenderDebugMode()

void JSI_Renderer::SetRenderDebugMode ( const std::string &  mode)

◆ TextureExists()

bool JSI_Renderer::TextureExists ( const std::wstring &  filename)