| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix stack overflow caused by the WQuadtree
|
|
|
|
|
|
|
|
|
|
|
|
Add the QueryPipeline for ray-casting and other geometrical queries in the future
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is now replaced by the WQuadtree.
|
|
|
|
|
|
structure.
|
|
|
|
|
|
SAPRegions which became empty in the last frame need to be updated one
more time in order to remove the last proxy.
|
|
|
|
|
|
|
|
pipelines.
|
|
|
|
|
|
|
|
|
|
|
|
addition/removal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Setup a github-actions workflow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|