GUI support for 4 new form factors
Added GUI support for 4 new form factors: CantellatedCube
, HorizontalCylinder
(issue #240 (closed)), PlatonicOctahedron
and PlatonicTetrahedron
(issue #255 (closed)).
- Outer shapes of Mesocrystal are not supported as for many other FFs, I used the plug instead.
- No icons for these 4 FFs (see issue #11).
-
CantellatedCube
temporary usesTruncatedCube
shape for real space visualization. It should be changed to real shape. -
HorizontalCylinder
now uses rotatedCylinder
shape for real space visualization. It should be changed to truncated cylinder. The rotation is also wrong (bug #265 (closed)), cylinders should be aligned along X direction.
The second found bug is #266 (closed).
Also bug with icons in ComboBox was fixes (This resolved #170 (closed))