예제 #1
0
void OgreNewtonDebugger::SetDebugMode(bool onOff)
{
	if (onOff) {
		ShowDebugInformation();
	} else {
		HideDebugInformation();
	}
}
예제 #2
0
void newtonDebugger::SetMode(bool onOff)
{
	m_mode = onOff;
	if (onOff) {
		ShowDebugInformation();
	} else {
		HideDebugInformation();
	}
}