fix side indices & update test model

This commit is contained in:
MihailRis
2025-05-02 15:32:29 +03:00
parent ec85260ec4
commit edb12a32b0
2 changed files with 7 additions and 6 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
<model>
<box from="0,0,0" to="1,0.5,1" delete="top"/>
<box from="0,0.5,0.5" to="1,1,1" delete="bottom"/>
<box from="0,0,0" to="1,0.5,1" delete="top,north"/>
<box from="0,0.5,0.5" to="1,1,1" delete="bottom,north"/>
<rect from="0,0.5,0" right="1,0,0" up="0,0,0.5"/>
<rect from="1,0,1" right="-1,0,0" up="0,1,0"/>
</model>