paint: merge multi raytrace

This commit is contained in:
luboslenco
2026-08-13 15:31:09 +02:00
parent b61743e2f1
commit f19f1d580e
16 changed files with 272 additions and 143 deletions
+5
View File
@@ -90,6 +90,11 @@ void render_gizmo_update() {
transform_build_matrix(paint_object->transform);
ui_header_handle->redraws = 2;
if (config_is_raytrace_multi()) {
render_path_raytrace_ready = false;
g_context->ddirty = 2;
}
physics_body_t *pb = paint_object->_->body;
if (pb != NULL) {
physics_body_sync_transform(pb);