summaryrefslogtreecommitdiff
path: root/modules/csg/csg_shape.h
AgeCommit message (Expand)Author
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-08Use Vector3 instead of 3 floats for CSGBox3D dimensionsMarcel Admiraal
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-13Take CSG into account for nav-mesh generationjfons
2019-04-11CSGMesh material and CSGShape inherits from GeometryInstanceLeonard Meagher
2019-01-27Make CSG Shape work with GIProbe, fixes #20465Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-15Add support for collision layers and masks in CSG shapesmeditator
2018-12-08Reverse bitangent on everythings to ensure default normal map behavriour is c...Bastiaan Olij
2018-11-17Adding mikkt tangent support to CSG objectsBastiaan Olij
2018-07-07Added path_local and path_continious_u properties to CSGPolygonBastiaan Olij
2018-05-16Add missing copyright headersGuilherme Felipe
2018-04-28-Changed how operators work, any shape can operate on any otherJuan Linietsky
2018-04-27CSG Support for Godot!Juan Linietsky