Skip to content

Commit fd8d802

Browse files
committed
updated README collision table, LICENSE year
1 parent 96bb53c commit fd8d802

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014 cannon.js Authors
2+
* Copyright (c) 2015 cannon.js Authors
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ If you want to know how to use cannon.js with a rendering engine, for example Th
7070

7171
| | [Sphere](http://schteppe.github.io/cannon.js/docs/classes/Sphere.html) | [Plane](http://schteppe.github.io/cannon.js/docs/classes/Plane.html) | [Box](http://schteppe.github.io/cannon.js/docs/classes/Box.html) | [Convex](http://schteppe.github.io/cannon.js/docs/classes/ConvexPolyhedron.html) | [Particle](http://schteppe.github.io/cannon.js/docs/classes/Particle.html) | [Heightfield](http://schteppe.github.io/cannon.js/docs/classes/Heightfield.html) | Trimesh |
7272
| :-----------|:------:|:-----:|:---:|:------:|:--------:|:-----------:|:-------:|
73-
| Sphere | Yes | Yes | Yes | Yes | Yes | Yes | (todo) |
73+
| Sphere | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
7474
| Plane | - | - | Yes | Yes | Yes | - | Yes |
7575
| Box | - | - | Yes | Yes | Yes | Yes | (todo) |
7676
| Cylinder | - | - | Yes | Yes | Yes | Yes | (todo) |
7777
| Convex | - | - | - | Yes | Yes | Yes | (todo) |
7878
| Particle | - | - | - | - | - | (todo) | (todo) |
7979
| Heightfield | - | - | - | - | - | - | - |
80-
| Trimesh | - | - | - | - | - | - | (todo) |
80+
| Trimesh | - | - | - | - | - | - | - |
8181

8282
### Todo
8383
The simpler todos are marked with ```@todo``` in the code. Github Issues can and should also be used for todos.

0 commit comments

Comments
 (0)