e06cd3042f
Due to a quirk in CSG Shapes, updating is usually deferred to the next frame. This is problematic as we need to read back the geometry on the first frame when converting levels. This PR adds a function to CSGShape to force immediate updating (if dirty), and calls it during room conversion. |
||
---|---|---|
.. | ||
doc_classes | ||
icons | ||
config.py | ||
csg.cpp | ||
csg.h | ||
csg_gizmos.cpp | ||
csg_gizmos.h | ||
csg_shape.cpp | ||
csg_shape.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |