reduce max ray hits to 256

This commit is contained in:
erwincoumans 2017-04-19 12:06:26 -07:00 committed by GitHub
parent 73b4c0092c
commit 5b789ed67b

View File

@ -276,7 +276,7 @@ enum b3VREventType
#define MAX_VR_BUTTONS 64
#define MAX_VR_CONTROLLERS 8
#define MAX_RAY_INTERSECTION_BATCH_SIZE 1024
#define MAX_RAY_INTERSECTION_BATCH_SIZE 256
#define MAX_RAY_HITS MAX_RAY_INTERSECTION_BATCH_SIZE
#define MAX_KEYBOARD_EVENTS 256