SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include "WAIAppTest.h"
#include <AppCommon.h>
#include <SLGLTexture.h>
#include <SLGLProgram.h>
#include <SLAssimpImporter.h>
#include <SLSceneView.h>
#include <SLLightSpot.h>
#include <SLTexFont.h>
#include <SLSphere.h>
#include <SLText.h>
#include <SENSCamera.h>
Go to the source code of this file.
Macros | |
#define | WAIAPP_DEBUG(...) Utils::log("WAIApp", __VA_ARGS__) |
#define | WAIAPP_INFO(...) Utils::log("WAIApp", __VA_ARGS__) |
#define | WAIAPP_WARN(...) Utils::log("WAIApp", __VA_ARGS__) |
#define | WAIAPPSTATE_DEBUG(...) Utils::log("WAIAppStateHandler", __VA_ARGS__) |
#define | WAIAPPSTATE_INFO(...) Utils::log("WAIAppStateHandler", __VA_ARGS__) |
#define | WAIAPPSTATE_WARN(...) Utils::log("WAIAppStateHandler", __VA_ARGS__) |
#define WAIAPP_DEBUG | ( | ... | ) | Utils::log("WAIApp", __VA_ARGS__) |
Definition at line 14 of file WAIAppTest.cpp.
#define WAIAPP_INFO | ( | ... | ) | Utils::log("WAIApp", __VA_ARGS__) |
Definition at line 15 of file WAIAppTest.cpp.
#define WAIAPP_WARN | ( | ... | ) | Utils::log("WAIApp", __VA_ARGS__) |
Definition at line 16 of file WAIAppTest.cpp.
#define WAIAPPSTATE_DEBUG | ( | ... | ) | Utils::log("WAIAppStateHandler", __VA_ARGS__) |
Definition at line 22 of file WAIAppTest.cpp.
#define WAIAPPSTATE_INFO | ( | ... | ) | Utils::log("WAIAppStateHandler", __VA_ARGS__) |
Definition at line 23 of file WAIAppTest.cpp.
#define WAIAPPSTATE_WARN | ( | ... | ) | Utils::log("WAIAppStateHandler", __VA_ARGS__) |
Definition at line 24 of file WAIAppTest.cpp.