Commit Graph

4 Commits

Author SHA1 Message Date
Sébastien Crozet
3c85a6ac41 Start implementing ray-casting.
This adds a QueryPipeline structure responsible for scene queries.
Currently this structure is able to perform a brute-force ray-cast.
This commit also includes the beginning of implementation of a SIMD-based acceleration structure which will be used for these scene queries in the future.
2020-09-28 15:27:25 +02:00
Crozet Sébastien
42a72f3668 Release v0.1.5 2020-09-28 11:18:13 +02:00
Sébastien Crozet
3080c6e7d2 Release v0.1.4 2020-09-01 18:26:00 +02:00
Sébastien Crozet
cc05bad041 Release v0.1.3 2020-08-27 09:08:17 +02:00