@@ -19,51 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
SOFTWARE.
22
-
23
- -
24
-
25
- This library [initially] used some [piece of] implementations
26
- (may include codes) from these open source projects/resources:
27
-
28
- 1. Affine Transforms
29
- The original glm repo (g-truc), url: https://github.com/g-truc/glm
30
-
31
- LICENSE[S]:
32
- The Happy Bunny License (Modified MIT License)
33
- The MIT License
34
- Copyright (c) 2005 - 2016 G-Truc Creation
35
-
36
- FULL LICENSE: https://github.com/g-truc/glm/blob/master/copying.txt
37
-
38
- 2. Quaternions
39
- Anton's OpenGL 4 Tutorials book source code:
40
-
41
- LICENSE:
42
- OpenGL 4 Example Code.
43
- Accompanies written series "Anton's OpenGL 4 Tutorials"
44
- Email: anton at antongerdelan dot net
45
- First version 27 Jan 2014
46
- Copyright Dr Anton Gerdelan, Trinity College Dublin, Ireland.
47
-
48
- 3. Euler Angles
49
- David Eberly
50
- Geometric Tools, LLC http://www.geometrictools.com/
51
- Copyright (c) 1998-2016. All Rights Reserved.
52
-
53
- Computing Euler angles from a rotation matrix (euler.pdf)
54
- Gregory G. Slabaugh
55
-
56
- 4. Extracting Planes
57
- Fast Extraction of Viewing Frustum Planes from the World-View-Projection Matrix
58
- Authors:
59
-
60
- Klaus Hartmann (
[email protected] )
61
-
62
- 5. Transform AABB
63
- Transform Axis Aligned Bounding Boxes:
64
- http://dev.theomader.com/transform-bounding-boxes/
65
- https://github.com/erich666/GraphicsGems/blob/master/gems/TransBox.c
66
-
67
- 6. Cull frustum
68
- http://www.txutxi.com/?p=584
69
- http://old.cescg.org/CESCG-2002/DSykoraJJelinek/
0 commit comments