summaryrefslogtreecommitdiff
path: root/modules/csg/csg.cpp
AgeCommit message (Collapse)Author
2018-05-16Add missing copyright headersGuilherme Felipe
2018-05-03updated OAHashMap to use robinhood hashingkarroffel
2018-04-28-Changed how operators work, any shape can operate on any otherJuan Linietsky
-Added some break condition for bad poly data to avoid editor freezes
2018-04-28Avoid CSG freeze condition on degeneratesJuan Linietsky
2018-04-28Reduce false positives in interior detection by adding a small offset to ↵Juan Linietsky
raycast, fixes #18476
2018-04-27CSG Support for Godot!Juan Linietsky
-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!