changelog
- Sun, 27 Apr 2014 04:15:25 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Sun, 27 Apr 2014 04:15:25 +0300] rev 738
- - resetAngles still needs to request a zoom to fit or the ctrl-0 action doesn't zoom to fit
- Sun, 27 Apr 2014 04:06:46 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Sun, 27 Apr 2014 04:06:46 +0300] rev 737
- - more elegant version of ded0a9b, do not zoom to fit in setDocument, instead zoom to fit before rendering
- Sun, 27 Apr 2014 03:53:57 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Sun, 27 Apr 2014 03:53:57 +0300] rev 736
- - use #pragma once for the gl compiler header
- Sun, 27 Apr 2014 03:51:10 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Sun, 27 Apr 2014 03:51:10 +0300] rev 735
- - when setting the current document, the GL compiler must be told that a merge is necessary *before* setting the renderer's document as setDocument will call zoomToFit which renders the scene. this rendering must trigger a merge or ldforge crashes if a new document is created when a document is already open.
- Thu, 24 Apr 2014 02:08:53 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 24 Apr 2014 02:08:53 +0300] rev 734
- - <anonymous> -> untitled
- Wed, 23 Apr 2014 18:25:09 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 23 Apr 2014 18:25:09 +0300] rev 733
- - reimplemented the Vertex class as a derivative of QVector3D