Added documentation
This commit is contained in:
@@ -33,7 +33,23 @@
|
||||
</p><p>
|
||||
Thanks for contributing to the project by <a href="https://sourceforge.net/apps/trac/ogl-math/newticket">submitting tickets</a> for bug reports and feature requests. (SF.net account required).
|
||||
Any feedback is welcome at glm@g-truc.net.
|
||||
</p><br /><div><h3>24/10/2011 - GLM 0.9.2.7 released</h3><div><p>
|
||||
</p><br /><div><h3>11/11/2011 - GLM 0.9.3 alpha released</h3><div><p>
|
||||
GLM 0.9.3 is making progress which is illustrated by the release of this first alpha.
|
||||
</p><div xmlns="http://www.w3.org/1999/xhtml"><span class="list">Changelog:</span><ul><li>
|
||||
Improved doxygen documentation
|
||||
</li><li>
|
||||
Added GLSL 4.20 length for vector and matrix types
|
||||
</li><li>
|
||||
Added GLSL core noise functions
|
||||
</li><li>
|
||||
Promoted GLM_GTC_noise extension: simplex, perlin, periodic noise functions
|
||||
</li><li>
|
||||
Promoted GLM_GTC_random extension: linear, gaussian and various random number generation distribution
|
||||
</li><li>
|
||||
Added GLM_GTX_constants: provides usefull constants
|
||||
</li><li>
|
||||
Fixed half based type contructors
|
||||
</li></ul></div><p />Download: <a href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.A/glm-0.9.3.A.zip/download">GLM 0.9.3.A (zip)</a><br />Download: <a href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.A/glm-0.9.3.A.7z/download">GLM 0.9.3.A (7z)</a><br />Link: <a href="https://sourceforge.net/apps/trac/ogl-math/newticket">Submit a bug report</a><br />Link: <a href="http://glm.g-truc.net/glm-0.9.3.pdf">GLM 0.9.3 Manual</a><br />Link: <a href="http://glm.g-truc.net/api-0.9.3/index.html">GLM 0.9.3 API</a><br /></div><br /></div><div><h3>24/10/2011 - GLM 0.9.2.7 released</h3><div><p>
|
||||
This revision fixes two problems: First, it adds all matrix products for all possible combinations of none-squared matrices. Thanks to Grant James who has provide the code for that.
|
||||
</p><ul xmlns="http://www.w3.org/1999/xhtml" class="code-list"><li class="code-line"><span class="code-line-content"><span class="keyword">#include </span><span class="string"><glm/glm.hpp></span></span></li><li class="code-line"><span class="code-line-content" /></li><li class="code-line"><span class="code-line-content"><span class="keyword">void</span> kueken()
|
||||
</span></li><li class="code-line"><span class="code-line-content">
|
||||
|
||||
Reference in New Issue
Block a user