| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #97934 from adamscott/give-AThousandShips-a-break | Thaddeus Crews | 2024-10-29 | 1 | -2/+2 |
|\ |
|
| * | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -2/+2 |
* | | Fix Occlusion Culling not working for an orthogonal camera. | Rudolph Bester | 2024-10-26 | 1 | -1/+1 |
|/ |
|
* | Alternative fix to occlusion culling where all math is based on Euclidean dis... | Rudolph Bester | 2024-10-17 | 1 | -1/+5 |
* | Style: Apply new `clang-format` changes | Thaddeus Crews | 2024-09-20 | 1 | -1/+1 |
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` | A Thousand Ships | 2024-05-02 | 1 | -2/+2 |
* | Jitter raster occlusion camera to reduce false positives. | lawnjelly | 2024-04-03 | 1 | -7/+43 |
* | Use `Vector*` component-wise `min/max/clamp` functions where applicable | A Thousand Ships | 2024-03-20 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Remove ThreadWorkPool, replace by WorkerThreadPool | Juan Linietsky | 2022-07-25 | 1 | -1/+2 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -1/+1 |
* | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -3/+3 |
* | Fix typo in occlusion culling warning method name | Hugo Locurcio | 2022-05-23 | 1 | -11/+11 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Occlusion culling fixes | jfons | 2021-09-10 | 1 | -11/+13 |
* | Some work on double support | Aaron Franke | 2021-08-09 | 1 | -1/+1 |
* | Rename Transform to Transform3D in core | Aaron Franke | 2021-06-03 | 1 | -3/+3 |
* | Implement occlusion culling | jfons | 2021-04-23 | 1 | -0/+201 |