Skip to content

Commit

Permalink
feat: update license, change API
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
- lookAt moved to Mat4 namespace
- lookAt returns the lookAt matrix (as in the linked WebGL fundamentals article), not the view matrix
- to get the view matrix from the lookAt matrix, inverse the matrix
  • Loading branch information
learosema authored Dec 6, 2021
1 parent 105dbb0 commit 59f2254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Lea Rosema
Copyright (c) 2021 Lea Rosema

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 59f2254

Please sign in to comment.