mirror of
https://github.com/godotengine/godot.git
synced 2024-12-15 10:12:40 +08:00
17f14a851d
- 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. |
||
---|---|---|
.. | ||
doc_classes | ||
icons | ||
config.py | ||
csg_gizmos.cpp | ||
csg_gizmos.h | ||
csg_shape.cpp | ||
csg_shape.h | ||
csg.cpp | ||
csg.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |