diff --git a/doc/doc.tex b/doc/doc.tex index 6d9c9228..10d00772 100644 --- a/doc/doc.tex +++ b/doc/doc.tex @@ -1291,12 +1291,17 @@ vec3 lighting \newpage{} \section{References} -9. References -9.1. GLM development -- GLM website -- GLM HEAD snapshot -- GLM bug report and feature request -- G-Truc Creation's page + +\subsection{Official GLM Resources} + +\begin{itemize} + \item \href{http://glm.g-truc.net}{Official website} + \item \href{https://github.com/g-truc/glm/releases/tag/0.9.7.1}{Latest stable release} + \item \href{https://github.com/g-truc/glm/archive/master.zip}{HEAD snapshot} + \item \href{https://github.com/g-truc/glm/issues}{Issue tracker} + \item \href{http://www.g-truc.net}{G-Truc Creation's Website} +\end{itemize} + 9.2. OpenGL specifications - OpenGL 4.3 core specification - GLSL 4.30 specification