1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 13:33:34 +00:00
lovr/src
bjorn 2c5f9d379b World:raycastAny and World:raycastClosest;
These are methods that implement some common raycast behaviors without
creating a closure.  They also take tag filters.  The tag filters could
be optimized to use tag numbers instead of string comparison, and the
default raycast method could take a tag filter, but I didn't want to
modify the C API while Jolt is in progress.
2023-10-23 16:09:07 -07:00
..
api World:raycastAny and World:raycastClosest; 2023-10-23 16:09:07 -07:00
core Tally fixups; 2023-10-02 10:20:52 -07:00
lib Replace tinycthread with C11 threads.h polyfill; 2023-09-21 23:26:16 -07:00
modules Model:resetBlendShapes; 2023-10-18 15:51:52 -07:00
main.c Add --graphics-debug command line argument; 2023-05-03 20:54:19 -07:00
util.c Fix more prototypes; 2023-04-25 21:45:30 -07:00
util.h v0.17.0; 2023-10-14 19:36:19 -07:00