Skip to content

Commit 45c17e4

Browse files
authored
Update README.md
1 parent 4c08313 commit 45c17e4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ A conservative Continuous Collision Detection (CCD) method with support for mini
88
You 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

0 commit comments

Comments
 (0)