From 17c854c9ef3c5a739a7ada3a20cf2b9459dd8982 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Fri, 27 Nov 2015 17:25:21 -0500 Subject: [PATCH] Clean up Official GLM Resources --- doc/doc.tex | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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