Support Forum G3D Web Page |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License. More...
Namespaces | |
G3D | |
G3D::_internal | |
Typedefs | |
typedef void(* | G3D::ConsolePrintHook) (const String &) |
Functions | |
String | G3D::consolePrint (const String &) |
String | G3D::consolePrintf (const char *fmt ...) |
Sends output to the log and to the last GConsole instantiated. More... | |
ConsolePrintHook | G3D::consolePrintHook () |
String | G3D::debugPrintf (const char *fmt ...) |
Under Visual Studio, appears in the Debug pane of the Output window On Unix-based operating systems the output is sent to stderr. More... | |
void | G3D::setConsolePrintHook (ConsolePrintHook h) |
Called by consolePrintf after the log and terminal have been written to. More... | |
Variables | |
ConsolePrintHook | G3D::_internal::_consolePrintHook |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.