Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janbender authored Aug 17, 2023
1 parent 5654c72 commit ddf20dc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,19 @@ discrete_grid.load(filename); // or
discrete_grid = Discregrid::CubicLagrangeDiscreteGrid(filename);
```

## Citation

To cite DiscreGrid you can use this BibTeX entry:

```bibtex
@software{Discregrid_Library,
author = {Koschier, Dan and others},
license = {MIT},
title = {{Discregrid Library}},
url = {https://github.com/InteractiveComputerGraphics/Discregrid}
}
```

## References

* [KDBB17] D. Koschier, C. Deul, M. Brand and J. Bender, 2017. "An hp-Adaptive Discretization Algorithm for Signed Distance Field Generation", IEEE Transactions on Visualiztion and Computer Graphics 23, 10, 2208-2221.
Expand Down

0 comments on commit ddf20dc

Please sign in to comment.