Merge pull request #1061 from erwincoumans/master
Implement rayTestBatch. At the moment, it is still testing individual…
This commit is contained in:
@@ -257,9 +257,13 @@ enum b3VREventType
|
||||
|
||||
#define MAX_VR_BUTTONS 64
|
||||
#define MAX_VR_CONTROLLERS 8
|
||||
#define MAX_RAY_HITS 128
|
||||
|
||||
#define MAX_RAY_INTERSECTION_BATCH_SIZE 1024
|
||||
#define MAX_RAY_HITS MAX_RAY_INTERSECTION_BATCH_SIZE
|
||||
#define MAX_KEYBOARD_EVENTS 256
|
||||
|
||||
|
||||
|
||||
enum b3VRButtonInfo
|
||||
{
|
||||
eButtonIsDown = 1,
|
||||
|
||||
Reference in New Issue
Block a user