File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,17 @@ A conservative Continuous Collision Detection (CCD) method with support for mini
88You can read more about this work in our ACM Transactions on Graphics paper:
99
1010[ "A Large Scale Benchmark and an Inclusion-Based Algorithm forContinuous Collision Detection"] ( https://continuous-collision-detection.github.io/ )
11- ``` bash
11+ ``` bibtex
1212@article{Wang:2021:Benchmark,
13- title = {A Large Scale Benchmark and an Inclusion-Based Algorithm for Continuous Collision Detection},
14- author = {Bolun Wang and Zachary Ferguson and Teseo Schneider and Xin Jiang and Marco Attene and Daniele Panozzo},
15- year = 2021,
16- journal = {ACM Transactions on Graphics}
13+ title = {A Large Scale Benchmark and an Inclusion-Based Algorithm for Continuous Collision Detection},
14+ author = {Bolun Wang and Zachary Ferguson and Teseo Schneider and Xin Jiang and Marco Attene and Daniele Panozzo},
15+ year = 2021,
16+ month = oct,
17+ journal = {ACM Transactions on Graphics},
18+ volume = 40,
19+ number = 5,
20+ articleno = 188,
21+ numpages = 16
1722}
1823```
1924## Compiling Instruction
You can’t perform that action at this time.
0 commit comments