mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
reduce max ray hits to 256
This commit is contained in:
parent
73b4c0092c
commit
5b789ed67b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user