issues
search
watmough
/
glmatrix
Automatically exported from code.google.com/p/glmatrix
0
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Patch for /glMatrix.js
#64
GoogleCodeExporter
opened
8 years ago
0
Patch for /benchmark/js/CanvasMatrix.js
#63
GoogleCodeExporter
opened
8 years ago
0
undefined method fromAxisAngle used in vec3 class
#62
GoogleCodeExporter
opened
8 years ago
0
mat3.toMat4 not working properly
#61
GoogleCodeExporter
closed
8 years ago
2
quat4.toMat4 and quat4.toMat3 are wrong
#60
GoogleCodeExporter
closed
8 years ago
3
Patch for /glMatrix.js
#59
GoogleCodeExporter
closed
8 years ago
2
Patch for /glMatrix.js
#58
GoogleCodeExporter
closed
8 years ago
2
mat4.multiply generates a matrix that is filled by NaN
#57
GoogleCodeExporter
opened
8 years ago
3
Matrix element order in quat4.toMat3
#56
GoogleCodeExporter
closed
8 years ago
1
[bug] Some operation produce matrice full of Nan and Infinity
#55
GoogleCodeExporter
opened
8 years ago
0
quat4.slerp is broken
#54
GoogleCodeExporter
closed
8 years ago
1
Change the processing order of arguments in the direction() function
#53
GoogleCodeExporter
opened
8 years ago
0
Switching the order of operands in matrix multiply operations
#52
GoogleCodeExporter
opened
8 years ago
0
lookat Function
#51
GoogleCodeExporter
opened
8 years ago
2
.str() issue... you are not printing what you think you want to print.
#50
GoogleCodeExporter
closed
8 years ago
2
quat4.inverse
#49
GoogleCodeExporter
closed
8 years ago
2
Include vec4 math.
#48
GoogleCodeExporter
opened
8 years ago
6
multiply matrix by scalar
#47
GoogleCodeExporter
opened
8 years ago
1
Tiny syntax fixes
#46
GoogleCodeExporter
closed
8 years ago
1
Incorrect Comment
#45
GoogleCodeExporter
closed
8 years ago
3
Patch for /glMatrix.js for issue 39
#44
GoogleCodeExporter
closed
8 years ago
1
FR: rotateAbout(mat, angle, axis, pivot, dest)
#43
GoogleCodeExporter
opened
8 years ago
1
Patch for fixing the random canvasmatrix problem
#42
GoogleCodeExporter
opened
8 years ago
1
Patch for /benchmark/matrix_benchmark.html
#41
GoogleCodeExporter
opened
8 years ago
1
canvasMatrix plays a bit dirty in the benchmark
#40
GoogleCodeExporter
opened
8 years ago
0
too many assignments in mat3.create
#39
GoogleCodeExporter
closed
8 years ago
3
More benchmarks
#38
GoogleCodeExporter
opened
8 years ago
4
Some additions
#37
GoogleCodeExporter
opened
8 years ago
0
There is no transpose for mat3
#36
GoogleCodeExporter
closed
8 years ago
2
implemented possible feature: graphs for the benchmarks
#35
GoogleCodeExporter
opened
8 years ago
1
Using closures much faster than typed arrays
#34
GoogleCodeExporter
opened
8 years ago
6
mat4.multiplyVec4 is wrong
#33
GoogleCodeExporter
closed
8 years ago
3
slerp e lerp
#32
GoogleCodeExporter
closed
8 years ago
3
type vec4 not defined
#31
GoogleCodeExporter
closed
8 years ago
1
mat4.ortho is upside down
#30
GoogleCodeExporter
closed
8 years ago
2
mat4.scale + mat4.inverse
#29
GoogleCodeExporter
closed
8 years ago
4
dup matrix
#28
GoogleCodeExporter
opened
8 years ago
8
Don't return dest
#27
GoogleCodeExporter
opened
8 years ago
2
api name change suggestion
#26
GoogleCodeExporter
opened
8 years ago
6
quat4.normalize(quat) is missing a "dest" argument
#25
GoogleCodeExporter
closed
8 years ago
2
mat4.lookat bug
#24
GoogleCodeExporter
closed
8 years ago
2
unit testing
#23
GoogleCodeExporter
opened
8 years ago
5
Change the function names to <object><name> instead of <object>.<name>
#22
GoogleCodeExporter
opened
8 years ago
1
Unproject
#21
GoogleCodeExporter
opened
8 years ago
1
Rotate(x,y,z)
#20
GoogleCodeExporter
opened
8 years ago
1
Revert == 0 to ! optimization
#19
GoogleCodeExporter
closed
8 years ago
2
Do not create new var for 1/len but use the same var
#18
GoogleCodeExporter
closed
8 years ago
4
/= faster in Chromium, as fast in Minefield
#17
GoogleCodeExporter
closed
8 years ago
4
Change q[x] = -q[x] to *= -1
#16
GoogleCodeExporter
closed
8 years ago
4
Inline dests in mat4.lookAt
#15
GoogleCodeExporter
opened
8 years ago
3
Next