Surface AABBs are now set for mesh surfaces even in headless mode. Sponsored by Migeran (https://migeran.com).

This commit is contained in:
Gábor Pál Korom 2022-11-07 12:33:30 +01:00
parent a1bc636098
commit 6865d2d002

View file

@ -81,6 +81,7 @@ public:
s->vertex_count = p_surface.vertex_count;
s->index_data = p_surface.index_data;
s->index_count = p_surface.index_count;
s->aabb = p_surface.aabb;
s->skin_data = p_surface.skin_data;
}