Recep Aslantas
50c23ce1c0
add missing definitions, fix initizlizing vector
2018-01-10 22:42:34 +03:00
Recep Aslantas
61ac032751
new wrappers for lookat
2018-01-10 22:02:14 +03:00
Recep Aslantas
9ee79a8b13
possible orthogonal/perpendicular vector
2018-01-10 00:26:13 +03:00
Recep Aslantas
42743e3b82
use float literal suffix for numbers
2018-01-10 00:01:06 +03:00
Recep Aslantas
b3c3e3a034
fix variable names
2018-01-08 16:03:53 +03:00
Recep Aslantas
642cc8d603
perspective sizes
2018-01-04 13:54:35 +03:00
Recep Aslantas
d53f95314d
apply optimizations
2018-01-04 13:52:35 +03:00
Recep Aslantas
797c4581ee
extract fovy and aspect for perpective matrix
2018-01-04 11:16:09 +03:00
Recep Aslantas
3e4f52b3af
optimize operations, fix max sign
2018-01-02 10:16:46 +03:00
Recep Aslantas
eaf45e489d
view frustum center
2017-12-31 17:17:39 +03:00
Recep Aslantas
2d0a3ad828
use frustum namespace for frustum specific funcs
2017-12-30 18:05:11 +03:00
Recep Aslantas
400fc6cbee
extracting view frustum corners
2017-12-30 17:51:40 +03:00
Recep Aslantas
634e1170a3
min and max util
2017-12-30 17:50:53 +03:00
Recep Aslantas
99669a21a4
move extracting planes to camera header
...
* since it related to view frustum / camera it should be in thie header or separate header called frustum.h
* update LICENSE to add authors of algorithm
2017-12-30 13:55:17 +03:00
Recep Aslantas
d14627ac52
vec: fix parameter types
2017-12-30 13:14:09 +03:00
Recep Aslantas
c98340d9d2
exracting planes
2017-12-30 12:18:32 +03:00
Recep Aslantas
3f616ce6a3
update version
v0.3.3
2017-12-27 16:32:49 +03:00
Recep Aslantas
35d078a1ed
avoid using far and near names because windows uses it as macro!!!
2017-12-27 16:31:26 +03:00
Recep Aslantas
034371c689
Merge pull request #11 from winduptoy/master
...
Fixed GLM_QUAT_IDENTITY_INIT (wxyz) instead of (xyzw). Addresses #10 .
2017-12-26 17:44:03 +03:00
Matt Reyer
b797863ba3
Fixed GLM_QUAT_IDENTITY_INIT (wxyz) instead of (xyzw). Addresses #10 .
2017-12-26 08:51:21 -05:00
Recep Aslantas
63eaee5049
vec: implement min and max
2017-12-17 16:55:04 +03:00
Recep Aslantas
ef0dd289bb
update version
v0.3.1
2017-12-17 15:56:16 +03:00
Recep Aslantas
4052943a0d
matrix: make accurate inv version default
...
* now the glm_mat4_inv_precise is deault, because I don't think all people are aware of this func
* the old behavior (fast) replaced with new func: glm_mat4_inv_fast
if fast version is desired then glm_mat4_inv_fast must be used.
2017-12-17 15:49:00 +03:00
Recep Aslantas
33fefb9454
ci, travis: fix coveralls installation
2017-12-07 20:57:53 +03:00
Recep Aslantas
008de93d03
decompose projection matrix into near, far, left, right, top and bottom
2017-11-24 11:07:26 +03:00
Recep Aslantas
171668085d
fix decompose near / far values from projection
2017-11-23 17:44:51 +03:00
Recep Aslantas
1907ba1046
decompose perspective near and far values
2017-11-23 17:16:29 +03:00
Recep Aslantas
39e1c35c79
convenient macros for UP vector for lookAt
2017-11-22 10:44:17 +03:00
Recep Aslantas
be605e6100
update ignore file
2017-11-22 10:42:01 +03:00
Recep Aslantas
b8897befa6
test: fix mat4 tests
2017-11-18 11:38:13 +03:00
Recep Aslantas
1b872375ab
test: fix generating random matrix
2017-11-17 20:57:36 +03:00
Recep Aslantas
c998ec13d8
test: fix comparing matrix results
2017-11-17 19:05:33 +03:00
Recep Aslantas
b9c135baf2
test: fix generating random matrix
...
* use affine matrix for testing
2017-11-17 18:50:24 +03:00
Recep Aslantas
efb37ab0f7
vec: helper / special macros for initializing white and black colors
2017-11-11 15:51:17 +03:00
Recep Aslantas
b4cfc2a84a
Merge branch 'master' of https://github.com/recp/cglm
2017-10-27 00:21:11 +03:00
Recep Aslantas
9fe48b34a7
inverse (opposite) of vectors
2017-10-27 00:20:41 +03:00
Recep Aslantas
8955a22059
Merge pull request #8 from smx-smx/master
...
Fixed missing alignment on MinGW + GCC
2017-08-26 23:42:09 +03:00
smx-smx
02ec0a1948
Fixed missing alignment on MinGW + GCC
2017-08-26 21:04:06 +02:00
Recep Aslantas
48977a012b
test: add some tests for mat4
2017-07-12 20:46:05 +03:00
Recep Aslantas
208c1d92f2
Update README.md
2017-07-11 18:37:21 +03:00
Recep Aslantas
9d61668e04
re-organise files, remove cglm prefix from file to make them more clean
v0.3.0
0.3.0
2017-07-11 18:05:10 +03:00
Recep Aslantas
3b159cdf02
neon: implement matrix multiplication for ARM Neon
2017-07-11 16:33:41 +03:00
Recep Aslantas
46303a2fb1
define common SIMD flags in common header
2017-07-11 16:31:55 +03:00
Recep Aslantas
a55b0ab5db
re-organise test structure
2017-07-11 12:30:02 +03:00
Recep Aslantas
71d731173a
fix parameter docs
2017-07-06 17:00:04 +03:00
Recep Aslantas
abbb8de0e3
Create CONTRIBUTING.md
2017-07-04 15:45:01 +03:00
Recep Aslantas
56f84f0d49
add function, type and macros in header to top of header
2017-06-27 12:17:03 +03:00
Recep Aslantas
f6959b99c6
fix pre-compiled vector header and suppress warnings
2017-06-15 20:06:00 +03:00
Recep Aslantas
991833ab77
fix precise matrix inv
2017-06-15 19:56:51 +03:00
Recep Aslantas
95cedccbd0
fix ending statement
2017-06-15 19:53:49 +03:00