Pondering aliases and attachment directions

This commit is contained in:
Ian Gulliver
2016-12-25 13:04:13 -08:00
parent 9f68fb41dc
commit bc2fdc1f67

View File

@@ -39,8 +39,15 @@ function fModelFaces(model) = (
);
fCoordAliases = [
[ "bottom", "/x+,/y+,-z+" ],
[ "bottom", "/x+,/y+,-z-" ],
[ "top", "/x+,/y+,+z+" ],
[ "back", "-x-,/y+,/z+" ],
[ "front", "+x+,/y+,/z+" ],
[ "left", "/x+,-y-,/z+" ],
[ "right", "/x+,+y+,/z+" ],
[ "center", "/x+,/y+,/z+" ],
];