summaryrefslogtreecommitdiffstats
path: root/modules/csg/csg.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Avoid CSG freeze condition on degeneratesJuan Linietsky2018-04-281-0/+3
|
* Reduce false positives in interior detection by adding a small offset to ↵Juan Linietsky2018-04-281-1/+1
| | | | raycast, fixes #18476
* CSG Support for Godot!Juan Linietsky2018-04-271-0/+1472
-Missing Icons -Missing freezing option (for baking light and faster load) -Missing a way to export from Godot (GLTF2?) -Probably buggy (may freeze editor, can be worked around easily, but let me know if this happens so it's easier to catch bugs) Happy testing!