AddLight(irr::core::vector3df pos, double radius, irr::video::SColorf color=irr::video::SColorf(0.7f, 0.7f, 0.7f, 1.0f)) | chrono::irrlicht::ChIrrAppInterface | |
AddLightWithShadow(irr::core::vector3df pos, irr::core::vector3df aim, double radius, double mnear, double mfar, double angle, irr::u32 resolution=512, irr::video::SColorf color=irr::video::SColorf(1.f, 1.f, 1.f, 1.f), bool directional=false, bool clipborder=true) | chrono::irrlicht::ChIrrAppInterface | |
AddTypicalCamera(irr::core::vector3df pos=irr::core::vector3df(0, 0, -8), irr::core::vector3df targ=irr::core::vector3df(0, 0, 0)) (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | |
AddTypicalLights(irr::core::vector3df pos1=irr::core::vector3df(30.f, 100.f, 30.f), irr::core::vector3df pos2=irr::core::vector3df(30.f, 80.f, -30.f), double rad1=290, double rad2=190, irr::video::SColorf col1=irr::video::SColorf(0.7f, 0.7f, 0.7f, 1.0f), irr::video::SColorf col2=irr::video::SColorf(0.7f, 0.8f, 0.8f, 1.0f)) (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | |
AddTypicalLogo(const std::string &mlogofilename=GetChronoDataFile("logo_chronoengine_alpha.png")) (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | |
AddTypicalSky(const std::string &mtexturedir=GetChronoDataFile("skybox/")) (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | |
BeginScene(bool backBuffer=true, bool zBuffer=true, irr::video::SColor color=irr::video::SColor(255, 0, 0, 0)) | chrono::irrlicht::ChIrrAppInterface | virtual |
ChIrrAppEventReceiver (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | friend |
ChIrrAppInterface(ChSystem *psystem, const std::wstring &title=L"Chrono", const irr::core::dimension2d< irr::u32 > &dimens=irr::core::dimension2d< irr::u32 >(640, 480), VerticalDir vert=VerticalDir::Y, bool do_fullscreen=false, bool do_shadows=false, bool do_antialias=true, irr::video::E_DRIVER_TYPE mydriver=irr::video::EDT_DIRECT3D9, irr::ELOG_LEVEL log_level=irr::ELL_INFORMATION) | chrono::irrlicht::ChIrrAppInterface | |
DoStep() | chrono::irrlicht::ChIrrAppInterface | virtual |
DrawAll() | chrono::irrlicht::ChIrrAppInterface | virtual |
DumpSystemMatrices() | chrono::irrlicht::ChIrrAppInterface | |
EndScene() | chrono::irrlicht::ChIrrAppInterface | virtual |
GetActiveCamera() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetContainer() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetDevice() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetEffects() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetIGUIEnvironment() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetPaused() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetSceneManager() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetShowExplorer() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetShowInfos() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetShowProfiler() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetSymbolscale() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetSystem() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetTimestep() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetVideoDriver() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetVideoframeSave() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
GetVideoframeSaveInterval() (defined in chrono::irrlicht::ChIrrAppInterface) | chrono::irrlicht::ChIrrAppInterface | inline |
SetContactsDrawMode(IrrContactsDrawMode mm) | chrono::irrlicht::ChIrrAppInterface | inline |
SetContactsLabelMode(IrrContactsLabelMode mm) | chrono::irrlicht::ChIrrAppInterface | inline |
SetFonts(const std::string &mfontdir=GetChronoDataFile("fonts/arial8.xml")) | chrono::irrlicht::ChIrrAppInterface | |
SetLinksDrawMode(IrrLinkDrawMode mm) | chrono::irrlicht::ChIrrAppInterface | inline |
SetLinksLabelMode(IrrLinkLabelMode mm) | chrono::irrlicht::ChIrrAppInterface | inline |
SetPaused(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetPlotAABB(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetPlotCOGFrames(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetPlotCollisionShapes(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetPlotConvergence(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetPlotLinkFrames(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetShowExplorer(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetShowInfos(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetShowProfiler(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetStepManage(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetSymbolscale(double val) | chrono::irrlicht::ChIrrAppInterface | |
SetTimestep(double val) | chrono::irrlicht::ChIrrAppInterface | |
SetTryRealtime(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetUserEventReceiver(irr::IEventReceiver *mreceiver) | chrono::irrlicht::ChIrrAppInterface | inline |
SetVideoframeSave(bool val) | chrono::irrlicht::ChIrrAppInterface | inline |
SetVideoframeSaveInterval(int val) | chrono::irrlicht::ChIrrAppInterface | inline |
~ChIrrAppInterface() | chrono::irrlicht::ChIrrAppInterface | virtual |