void EldritchGame::RefreshRTDependentSystems() { XTRACE_FUNCTION; CreatePostQuad(); UpdateMirror(); UpdateMinimap(); }
/// \brief /// In case a model is used, this defines the scaling for the mesh. inline void SetModelScale(float x, float y, float z) { m_vModelScale.set(x,y,z); UpdateMirror(); }