summaryrefslogtreecommitdiffstats
path: root/scene/3d/voxelizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-5/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-15/+29
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-42/+0
* New lightmapperJuan Linietsky2020-05-101-200/+5
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-15/+30
* Fix more GCC -Wmaybe-uninitialized warningsRémi Verschelde2020-04-201-12/+6
* 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