%% references.bib
%% Sample bibliography database for LaTeX projects
%% Compatible with biblatex and bibtex

@book{lamport94,
  author    = {Leslie Lamport},
  title     = {LaTeX: A Document Preparation System},
  edition   = {2nd},
  publisher = {Addison Wesley},
  year      = {1994}
}

@book{knuth1984,
  author    = {Donald E. Knuth},
  title     = {The TeXbook},
  publisher = {Addison-Wesley},
  year      = {1984},
  series    = {Computers and Typesetting}
}

@manual{latex2e,
  title     = {LaTeX2e: An updated version of LaTeX},
  author    = {LaTeX Project Team},
  year      = {2024},
  url       = {https://www.latex-project.org/}
}

@article{arcore2023,
  author    = {Google},
  title     = {ARCore: Augmented Reality at Google},
  journal   = {Google Developers},
  year      = {2023},
  url       = {https://developers.google.com/ar}
}

@inproceedings{unity2022,
  author    = {Unity Technologies},
  title     = {Unity 2022 LTS: Production-Ready
              Real-Time 3D Development},
  booktitle = {Game Engine Conference},
  year      = {2022}
}

@online{zotero2024,
  author    = {Zotero Project},
  title     = {Zotero: Your Personal Research
              Assistant},
  year      = {2024},
  url       = {https://www.zotero.org/}
}

@online{betterbiblatex,
  author    = {Aubry Jeanson},
  title     = {BetterBibTeX for Zotero},
  year      = {2024},
  url       = {https://retorque.re/zotero-better-
              bibtex/}
}

@article{blender3d,
  author    = {Ton Roosendaal and others},
  title     = {Blender: An Open Source 3D
              Computer Graphics Suite},
  journal   = {Journal of Graphics Tools},
  year      = {2014}
}

@inproceedings{lightestimation,
  author    = {Jonathan T. Barron and others},
  title     = {Fast Image-based Lighting
              Estimation for AR Applications},
  booktitle = {ISMAR 2019},
  year      = {2019}
}
