Implemented Cube, in a sufficiently general way that it also handles

the tetrahedron, octahedron and icosahedron.

[originally from svn r4151]
This commit is contained in:
Simon Tatham
2004-04-27 17:44:30 +00:00
parent 9867234e70
commit d99e217cfb
5 changed files with 1309 additions and 14 deletions

4
Recipe
View File

@ -15,7 +15,7 @@ COMMON = midend malloc
NET = net random tree234
net : [X] gtk COMMON NET
#cube : [X] gtk COMMON CUBE
cube : [X] gtk COMMON cube
#net : [G] windows COMMON NET
#cube : [G] windows COMMON CUBE
#cube : [G] windows COMMON cube