Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-19 | reverse the face orientation on all triangles in the stl files exported from ↵ | Anthony LaTorre | |
sketchup. | |||
2011-06-18 | moved class definitions for Solid, Mesh, Material, and Surface into ↵ | Anthony LaTorre | |
geometry.py and moved instances of these classes into separate folders. the Solid object no longer contains a rotation, displacement, or id variable; instead, they are passed to a geometry object when calling add_solid(). | |||
2011-06-01 | first step towards moving to a new mesh/solid/geometry structure | Anthony LaTorre | |
2011-05-17 | added documentation | Anthony LaTorre | |
2011-05-15 | new geometry class. beginning to implement physics by defining a material ↵ | Anthony LaTorre | |
class; each triangle will have a material linked to both of its sides | |||
2011-05-09 | single read_stl function for both binary/ascii stl files | Anthony LaTorre | |
2011-05-07 | tie fighter | Anthony LaTorre | |
2011-05-06 | triangle mesh intersection, stl reader, stl model of a lego minifigure | Anthony LaTorre | |