This commit is contained in:
Quaternions 2024-02-14 00:42:30 -08:00
parent 32a28880db
commit b8283d921f

View File

@ -79,6 +79,7 @@ where
vertex_id vertex_id
}).collect(); }).collect();
if face.is_visible(){ if face.is_visible(){
//TODO: deduplicate graphics groups by render id
graphics_groups.push(model::IndexedGraphicsGroup{ graphics_groups.push(model::IndexedGraphicsGroup{
render:render_id, render:render_id,
groups:vec![polygon_group_id], groups:vec![polygon_group_id],