Compare commits
6 commits
68fe3bd79a
...
c8fdf38438
Author | SHA1 | Date | |
---|---|---|---|
c8fdf38438 | |||
281e4cecff | |||
69d398919e | |||
e71fd96e6a | |||
c0e3ea82f3 | |||
cc4e67ace1 |
2 changed files with 0 additions and 25 deletions
16
Changelog.md
16
Changelog.md
|
@ -1,16 +0,0 @@
|
|||
# Changelog
|
||||
|
||||
## Version 2.0.0
|
||||
|
||||
Add collision detection with Spheres.
|
||||
|
||||
Add some more vector/matrix math stuff.
|
||||
|
||||
## Version 1.0.0
|
||||
|
||||
First version of this library.
|
||||
|
||||
Implements collision detection between AABB (Axis-Aligned-Bounding-Box) and
|
||||
AABB, AABB and Generic-Boxes, and Generic-Boxes and Generic-Boxes.
|
||||
|
||||
Some vector/matrix math also added.
|
|
@ -1,9 +0,0 @@
|
|||
# 3D Collision Helpers
|
||||
|
||||
Things to note:
|
||||
|
||||
- `main` is the stable branch. Expect things to not break unless the major
|
||||
version number has changed.
|
||||
- `dev` is the unstable branch. Expect force pushes and rebases on this branch.
|
||||
- Changes to be merged into `main` from `dev` will be done with an explicit
|
||||
merge.
|
Loading…
Reference in a new issue