summaryrefslogtreecommitdiff
path: root/host/simu/inter
AgeCommit message (Collapse)Author
2011-04-29host/simu: transpose transformation matrix, reverse transformation orderNicolas Schodet
This is better because transformations can be built incrementally from the container to the contained. This use the same semantic as OpenGL.
2011-04-28host/simu: add transformation matrix push/popNicolas Schodet
2010-04-02host/simu/inter: give time to tkinter to redraw before next step, refs #72Nicolas Schodet
Not exactly related to #72, but this makes #72 less useful.
2009-04-30 * host/simu, digital/io/tools:Nicolas Schodet
- new simulation infrastructure.
2009-04-25 * all python:Nicolas Schodet
- fixed comment.
2009-03-14 * host/inter, host/simu:Nicolas Schodet
- moved drawable and trans_matrix to the new directory structure. - new drawable behaviour.