Changes between Version 1 and Version 3 of Ticket #12
- Timestamp:
- 03/26/12 05:32:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12 – description
v1 v3 1 Collision detection functions among AABB, OBB, Sphere and Frustum 1 Collision detection functions among AABB, OBB, Sphere and Frustum. 2 3 = Status = 4 || || AABB || OBB || Sphere || Frustum || 5 || AABB || Y || N || N || Y || 6 || OBB || N || N || N || N || 7 || Sphere || N || N || N || Y || 8 || Frustum || Y || N || Y || N ||