virtualx-engine/modules/csg
Marcel Admiraal 11b7f050df Fix multiple issues with CSG module.
- Replaces BuildPoly with Build2DFaces, which creates faces as each
  pair of face intersections are processed, instead of trying to create
  them after all the intersections are processed. Ensures that faces are
  merged when possible, and removes degenerate triangles.

- Treats the child as inside the parent when faces are coplanar.

- General clean up of csg.h and csg.cpp.
2020-04-19 14:32:45 +01:00
..
doc_classes doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
csg.cpp Fix multiple issues with CSG module. 2020-04-19 14:32:45 +01:00
csg.h Fix multiple issues with CSG module. 2020-04-19 14:32:45 +01:00
csg_gizmos.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
csg_gizmos.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
csg_shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
csg_shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
SCsub CSG Support for Godot! 2018-04-27 21:55:10 -03:00