2013
DOI: 10.1007/978-3-319-01020-5
|View full text |Cite
|
Sign up to set email alerts
|

New Geometric Data Structures for Collision Detection and Haptics

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
21
0

Year Published

2016
2016
2019
2019

Publication Types

Select...
6
1
1

Relationship

0
8

Authors

Journals

citations
Cited by 41 publications
(29 citation statements)
references
References 0 publications
0
21
0
Order By: Relevance
“…Collision detection typically operates in two stages. First, a filtering stage enumerates potentially colliding primitives (broadphase) with fast but inexact tests, after which slower but completely robust intersection tests are performed (narrowphase) [Weller 2013].…”
Section: Collision Detectionmentioning
confidence: 99%
See 1 more Smart Citation
“…Collision detection typically operates in two stages. First, a filtering stage enumerates potentially colliding primitives (broadphase) with fast but inexact tests, after which slower but completely robust intersection tests are performed (narrowphase) [Weller 2013].…”
Section: Collision Detectionmentioning
confidence: 99%
“…Typically, it was the broadphase stage that was accelerated, as the collision matrix maps well to the structured access patterns of the GPU [Weller 2013]. Govindaraju et al [2003] and Jang & Han [2008] presented GPU based broadphase implementations, encoding results to the frame buffer.…”
Section: Collision Detectionmentioning
confidence: 99%
“…Spatial subdivision algorithms subdivide the space into cells. Many auxiliary data structures have been researched, including binary space partitioning (BSP) trees (including k‐d trees), grids, hierarchical spatial hashing tables, etc [Wel13]. Bounding volume hierarchy (BVH) is the primary choice in terms of object partition approaches.…”
Section: Introductionmentioning
confidence: 99%
“…Generally, a CD pipeline consists of several levels of filtering processes, typically a broad-phase step followed by a narrow-phase step. The broad-phase step coarsely excludes large parts of primitives that cannot collide according to their bounding volumes (BVs) and generates a potential collision set [Wel13] to be checked for exact intersection in the narrow-phase step. In this paper, we only focus on the broad-phase CD.…”
Section: Introductionmentioning
confidence: 99%
“…Bounding Volumes applications have been intensely studied over the years and many variations of the method have been suggested: Bounding Spheres [19], K-DOPs -Discrete orientation polytopes [20], OBB -Oriented Bounding Boxes [21], AABB -Axis Aligned Bounding Boxes [22] and Hierarchical Spherical Distance Fields [23].…”
Section: Introductionmentioning
confidence: 99%