Skip to content

Commit

Permalink
btQuantizedBvh.h: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 10, 2024
1 parent 9421148 commit 66d1c56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ class btSerializer;

// 10 gives the potential for 1024 parts, with at most 2^21 (2097152) (minus one
// actually) triangles each (since the sign bit is reserved
#define MAX_NUM_PARTS_IN_BITS 10
#define MAX_NUM_PARTS_IN_BITS 10 // stephengold uncommented 2024-03-09
//#define MAX_NUM_PARTS_IN_BITS 4 // stephengold commented out 2024-03-09

///btQuantizedBvhNode is a compressed aabb node, 16 bytes.
///Node can be used for leafnode or internal node. Leafnodes can point to 32-bit triangle index (non-negative range).
Expand Down

0 comments on commit 66d1c56

Please sign in to comment.