| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
| |
Tinyobjloader-c modified it's api(backwards incompatable),
modify the call to fit the new api.
|
| |
|
|
| |
Also more tests
|
| |
|
|
|
| |
Added convext shape casts, still a little broken, but it might be
just broken bullet side.
|
| |
|
|
|
| |
Add a raycast like function, which can cast shapes. phys.shapecast(),
along with a shape structure needed to call this function.
|
| | |
|
| | |
|
| |
|
|
|
| |
Also properly deleted some old files that were sill
around
|
| |
|
|
|
| |
Move all the physics code into the shared directory,
and fix the ghost objects (aabb only)
|
| | |
|
|
|
Physics code for models now lives in the shared directory.
To get file loading without irrlicht, a single-file header library
(lib/tinyobjloader-c) was added.
Metatables for generics and physics generics have also been
seperated out.
|