Deformable Collision Detection - PowerPoint PPT Presentation

About This Presentation
Title:

Deformable Collision Detection

Description:

Title: Slide 1 Author: Doug James Last modified by: Sasa Divjak Created Date: 12/19/2002 10:18:42 PM Document presentation format: Letter Paper (8.5x11 in) – PowerPoint PPT presentation

Number of Views:53
Avg rating:3.0/5.0
Slides: 19
Provided by: Doug355
Category:

less

Transcript and Presenter's Notes

Title: Deformable Collision Detection


1
(No Transcript)
2
Deformable Collision Detection
  • Consider spatial subdivision and hierarchical
    methods for now
  • Others... graphics hardware
  • Similar to nondeformable case
  • fast query times, e.g., O(lgN) for hierarchies
  • But must update structure after deformation
  • various trade-offs
  • typically involves O(N) work for N simplices
  • Methods can be specialized for cloth-like and
    strand-like objects (more on that later)

3
Stol, ki se deformira
4
(No Transcript)
5
(No Transcript)
6
(No Transcript)
7
(No Transcript)
8
Hybrid AABB-Tree Updating
9
(No Transcript)
10
(No Transcript)
11
Hierarchical Representations
  • Two Common Types
  • Bounding volume hierarchies trees of spheres,
    ellipses, cubes, axis-aligned bounding boxes
    (AABBs), oriented bounding boxes (OBBs), K-dop,
    SSV, etc.
  • Spatial decomposition - BSP, K-d trees, octrees,
    MSP tree, R-trees, grids/cells, space-time
    bounds, etc.
  • Many are inappropriate for deformable models
  • Do very well in rejection tests
  • Performance may slow down when the two objects
    are in close proximity and can have multiple
    contacts

(modified from Ming Lins notes)
12
Bounding Volume Hierarchies
  • Model Hierarchy
  • each node has a simple volume that bounds a set
    of triangles
  • children contain volumes that each bound a
    different portion of the parents triangles
  • The leaves of the hierarchy usually contain
    individual triangles
  • A binary bounding volume hierarchy

13
Spatial Data Structures Subdivision
14
Uniform Spatial Subdivision
  • Simple but effective idea for real-time
    deformable collision detection
  • Space-time trade-off

15
BVH vs. Spatial Partitioning
  • BVH SP
  • - Object centric - Space centric
  • - Spatial redundancy - Object redundancy

16
BVH vs. Spatial Partitioning
  • BVH SP
  • - Object centric - Space centric
  • - Spatial redundancy - Object redundancy

17
BVH vs. Spatial Partitioning
  • BVH SP
  • - Object centric - Space centric
  • - Spatial redundancy - Object redundancy

18
BVH vs. Spatial Partitioning
  • BVH SP
  • - Object centric - Space centric
  • - Spatial redundancy - Object redundancy
Write a Comment
User Comments (0)
About PowerShow.com