Jesse Talavera-Greenberg
77721293d3
More Acknowledgement cleanups
...
- Squash me!
2015-11-27 17:54:35 -05:00
Jesse Talavera-Greenberg
1ea0d103ea
Clean up Alternatives section
2015-11-27 17:54:35 -05:00
Jesse Talavera-Greenberg
fce058f2a4
Clean up Tutorials section
2015-11-27 17:54:35 -05:00
Jesse Talavera-Greenberg
4c1f937b63
More or less clean up Projects Using GLM
...
- Still need to tighten up some language, though
2015-11-27 17:54:35 -05:00
Jesse Talavera-Greenberg
cdf6df3f66
Remove External Links
...
- The one link was dead
2015-11-27 17:54:35 -05:00
Jesse Talavera-Greenberg
27076fc593
Clean up OpenGL Specifications
2015-11-27 17:54:35 -05:00
Jesse Talavera-Greenberg
17c854c9ef
Clean up Official GLM Resources
2015-11-27 17:54:35 -05:00
Jesse Talavera-Greenberg
7343d1d91f
Clean up Acknowledgements and Quotes from the web
2015-11-27 17:54:35 -05:00
Jesse Talavera-Greenberg
160f6eafcb
Declare References section
...
- Rearrange me!
2015-11-27 17:54:35 -05:00
Jesse Talavera-Greenberg
f6d3d400ac
Tighten up Known Issues
2015-11-27 17:54:34 -05:00
Jesse Talavera-Greenberg
de57f65a0c
\texttt{} a section
...
- Oops
2015-11-27 17:53:42 -05:00
Jesse Talavera-Greenberg
21976f1013
Clean up the Code Samples
...
- Remove superfluous note at beginning
- Indent code properly
- Tighten up comments
- Some using declarations
2015-11-27 17:53:42 -05:00
Jesse Talavera-Greenberg
a4e222e725
Clean up FAQ
...
- Also add note about the broken GLM discussion link
2015-11-27 17:53:42 -05:00
Jesse Talavera-Greenberg
23f238b2ae
Add \glmheader macro
...
- Adds a link to the header on GitHub
- Many (but not all) references to GLM headers updated
2015-11-27 17:53:42 -05:00
Jesse Talavera-Greenberg
4cac1e967f
Clean up Introduction
2015-11-27 17:53:42 -05:00
Jesse Talavera-Greenberg
e68aa2ab0c
Revise TOC entry for Introduction
...
- Add TOC entry for licenses, too
2015-11-27 17:53:42 -05:00
Jesse Talavera-Greenberg
48749fe987
Don't color links
2015-11-27 17:53:42 -05:00
Jesse Talavera-Greenberg
f09ccd3e9c
Set graphics path properly
2015-11-27 17:53:42 -05:00
Jesse Talavera-Greenberg
f32919316a
Add LaTeX files to .gitignore
2015-11-27 17:53:42 -05:00
Jesse Talavera-Greenberg
5266584fb2
Add first draft of LaTeX-revised manual
...
- Not complete yet
2015-11-27 17:53:42 -05:00
Jesse Talavera-Greenberg
69d10ed86a
Add all images from original Word manual
2015-11-27 17:51:35 -05:00
Christophe R
0d2fd871af
Merge pull request #447 from Karanlos/master
...
More right and left handed projection matrix support plus support for glClipControl GL_ZERO_TO_ONE #447
2015-11-22 11:43:21 +01:00
Christophe R
d35e3950b7
Merge pull request #452 from svenstaro/master
...
Fix docs #452
2015-11-22 11:40:47 +01:00
Sven-Hendrik Haase
16aba1a937
Fix docs
2015-11-22 06:48:23 +01:00
Christophe Riccio
254ea0ee24
Tentative fix for ICC errors #449
2015-11-21 11:27:09 +01:00
Erik Sejersen
8200f815bf
Added left and right handedness to more projection functions and added a define for glClipControl GL_ZERO_TO_ONE
2015-11-17 14:52:50 +01:00
Christophe R
3a960f2afb
Merge pull request #436 from taketwo/add-const
...
Add const qualifier in extractEulerAngleXYZ() #436
2015-11-17 11:01:49 +01:00
Christophe R
376732e5ae
Merge pull request #437 from svenstaro/patch-1
...
Fix unintentional backface culling in triangle intersect #437
2015-11-17 10:58:15 +01:00
Christophe R
45f8edf2bc
Merge pull request #438 from rleigh-dundee/msbuild-error
...
test: Don't use 'Error:' or 'error:' in test output #438
2015-11-17 10:52:40 +01:00
Christophe R
91936ed15a
Merge pull request #444 from Laurie-Hedge/master
...
Fixed build by adding missing scope #444
2015-11-17 10:41:46 +01:00
Laurie
f66c5ef004
Fixed build by adding missing scope
2015-11-07 09:08:37 +00:00
Sven-Hendrik Haase
a75e38fb40
Remove old commented code
2015-10-23 15:58:43 +02:00
Roger Leigh
a59aaea29d
test: Don't use 'Error:' or 'error:' in test output
...
This is parsed by msbuild when using Visual Studio project
files, and will automatically fail the build if encountered.
This is a bug (or badly designed intentional behaviour) in
msbuild. See
http://blogs.msdn.com/b/dsvc/archive/2012/02/29/output-from-exec-task-resulting-in-build-failure.aspx
for further details.
2015-10-22 14:25:33 +00:00
Christophe Riccio
0af2e05b1b
Merge 0.9.7 branch
2015-10-22 00:32:47 +02:00
Christophe Riccio
627d36fd47
Updated GLM version
2015-10-22 00:31:15 +02:00
Christophe Riccio
f1e9c2f186
Fixed Cygwin build errors when using C++11 #405
2015-10-22 00:30:27 +02:00
Christophe Riccio
85e88a366d
Cygwin GCC doesn't have a C++11 STL library
2015-10-22 00:27:10 +02:00
Sven-Hendrik Haase
e5b84bd4b4
Added changelog
2015-10-20 04:11:53 +02:00
Sven-Hendrik Haase
96b7850cab
Fix unintentional backface culling in triangle intersect
...
This also fixes #194 . The backface culling is unintentional because it is not documented anywhere and we can't give the triangle a normal so just assume the general case.
2015-10-20 04:05:58 +02:00
Sergey Alexandrov
e05935c7bd
Add const qualifier in extractEulerAngleXYZ()
2015-10-18 17:41:19 +02:00
Christophe Riccio
32fc69ee11
- Added unary + operator #435
2015-10-17 04:11:52 +02:00
Christophe Riccio
5cd49977e6
Fixed build
2015-10-15 04:38:26 +02:00
Christophe Riccio
a257beb5de
Added missing bvec* && and || operators
2015-10-15 04:28:08 +02:00
Christophe Riccio
560dcdbec0
Added 8bit pack and unpack to GTC_packing
2015-10-12 01:03:01 +02:00
Christophe Riccio
bb9ce516b0
Added 16bit pack and unpack to GTC_packing
2015-10-11 23:02:42 +02:00
Christophe Riccio
92a6c207bc
Fixed build on C++98 compiler
2015-10-11 22:01:02 +02:00
Christophe Riccio
7f4d8c38c9
Fixed (un)packHalf
2015-10-11 21:20:37 +02:00
Christophe Riccio
04c8f05a34
Added (un)packUnorm and (un)packSnorm to GTC_packing
2015-10-10 03:04:32 +02:00
Christophe Riccio
65c8f8fcf0
Added (un)packHalf
2015-10-10 01:54:54 +02:00
Christophe Riccio
8508e099d0
Fixed compScale test
2015-10-08 23:49:43 +02:00