summaryrefslogtreecommitdiffstats
path: root/scene/3d/voxelizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-27/+27
* Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde2020-02-141-1/+1
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-111-2/+2
* Fixed uninitialized memory bug in voxelizerJuan Linietsky2020-02-111-1/+1
* GIProbe now generates a distance field on bake using CPU, for better compatib...Juan Linietsky2020-02-111-0/+116
* GIProbes working.Juan Linietsky2020-02-111-0/+1108