feat: zones

This commit is contained in:
Nova
2022-10-20 11:32:12 -04:00
parent 621bf6b82a
commit c42a29a034
16 changed files with 244 additions and 17 deletions

View File

@@ -66,7 +66,7 @@ impl PanelItem {
&nanoid!(),
true,
));
Spatial::add_to(&node, None, Mat4::IDENTITY).unwrap();
Spatial::add_to(&node, None, Mat4::IDENTITY, false).unwrap();
let specialization = ItemType::Panel(PanelItem {
node: Arc::downgrade(&node),