summaryrefslogtreecommitdiffstats
path: root/modules/raycast/SCsub
Commit message (Expand)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* embree: Update to 4.3.1Jakub Mateusz Marcowski2024-03-271-3/+2
* Fix arm64 build when using ClangFilipe Rinaldi2022-12-261-1/+1
* embree: Fix Linux ARM64 build with `-flax-vector-conversions`Rémi Verschelde2022-12-201-4/+8
* embree: Enable raycast module build for Web and Windows x86_32Rémi Verschelde2022-11-251-2/+5
* Fix MSVC warnings C4324, C4389, C4456, and C4459Rémi Verschelde2022-09-281-0/+3
* SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-231-1/+2
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-2/+2
* Merge pull request #53245 from JFonS/occ_fixes2Rémi Verschelde2021-09-301-0/+14
|\
| * Occlusion culling fixesjfons2021-09-301-0/+14
* | Force optimized builds for thirdparty Embree filesjfons2021-09-281-0/+1
|/
* Upgrade Embree and enable ray packetsJoan Fons2021-09-131-0/+3
* Upgrade Embree to the latest official release.jfons2021-05-211-12/+6
* Port changes to the "raycast" module build files from 3.xjfons2021-05-041-76/+93
* Implement occlusion cullingjfons2021-04-231-0/+86