CoriEngine
Loading...
Searching...
No Matches
GlobalDefines.hpp
Go to the documentation of this file.
1#ifndef GLOBALDEFINES_HPP
2#define GLOBALDEFINES_HPP
3
4#define CORI_MULTITHREADED_PHYSICS false
5#define CORI_MAX_PHYSICS_THREADS 8
6#define CORI_PHYSICS_TASK_POOL_SIZE 64
7#define CORI_MAX_TRIGGER_VISITORS 2
8//#define CORI_ASYNC_LOGGING
9#define CORI_PIXELS_PER_METER 16
10#define CORI_DISPOSABLE_ANIMATION_POOL_SIZE 32
11
12#endif